#C22C28

Color #C22C28 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #C22C28

Tints of Persian Red #C22C28

Color information

#C22C28 (or 0xC22C28) is unknown color: approx Persian Red. HEX triplet: C2, 2C and 28. RGB value is (194,44,40). Sum of RGB (Red+Green+Blue) = 194+44+40=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22C28 is #3DD3D7. Grayscale: #585858. Windows color (decimal): -4051928 or 2632898. OLE color: 2632898.

HSL color Cylindrical-coordinate representation of color #C22C28: hue angle of 1.56º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22C28 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1944440-
CMYK00.770.790.24
HSL1.56º65.81%45.88%-
HSV(B)1.56º79.38%76.08%-
XYZ23.5313.423.36-
YUV88.39100.7203.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 69.78%
GREEN value IS 44 (17.58% from 255) = 15.83%
BLUE value IS 40 (16.02% from 255) = 14.39%
R=69.78%
G=15.83%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194444000.770.790.241.5665.8145.88
HexC22C2804D4F182422e
Octal3025450011511730210256
Binary1100001010110010100001001101100111111000101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22C28; }

 p { color: rgb(194,44,40); }

 H1.HeaderClassName
 {
   color: #C22C28;
 }
 .AnyTagClassName
 {
   color: #C22C28;
 }
</style>
background-color css

<style>
 a { background-color: #C22C28; }

 a { background-color: rgb(194,44,40); }

 div.DivClassName
 {
   background-color: #C22C28;
 }
 .BgClassName
 {
   background-color: #C22C28;
 }
</style>
border-color css

<style>
 span { border-color: #C22C28; }

 span { border-color: rgb(194,44,40); }

 td.TdClassName
 {
   border-color: #C22C28;
 }
 .TagClassName
 {
   border-color: #C22C28;
 }
</style>