Html Css Color HEX #C22C28 Persian Red

📋 copy color: '#C22C28'

red 194 ◦ green 44 ◦ blue 40

#C22C28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #C22C28

Tints of Persian Red #C22C28

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 value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C22C28 (or 0xC22C28) is known color: 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

RGB 194 44 40 -
CMYK 0 0.77 0.79 0.24
HSL 1.56º 0.66% 0.46% -
HSV(B) 1.56º 0.79% 0.76% -
XYZ 23.53 13.42 3.36 -
YUV 88.39 100.7 203.33 -
System Red Green Blue C M Y K H S L
Decimal 194 44 40 0 0.77 0.79 0.24 1.56 0.66 0.46
Hex C2 2C 28 0 4D 4F 18 2 42 2E
Octal 302 54 50 0 115 117 30 2 102 56
Binary 11000010 101100 101000 0 1001101 1001111 11000 10 1000010 101110

Color Harmonies of #C22C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C28

Black with #C22C28

Text Example


Text Example

White with #C22C28

Text Example


Text Example

HTML Codes & Css Web 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>