Html Css Color HEX #C03224 Persian Red

📋 copy color: '#C03224'

red 192 ◦ green 50 ◦ blue 36

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

Shades of Persian Red #C03224

Tints of Persian Red #C03224

RGB

 RED value IS 192 (75.39% from 255) = 69.06%

 GREEN value IS 50 (19.92% from 255) = 17.99%

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 69.06%
G = 17.99%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C03224 (or 0xC03224) is known color: Persian Red. HEX triplet: C0, 32 and 24. RGB value is (192,50,36). Sum of RGB (Red+Green+Blue) = 192+50+36=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C03224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03224 is #3FCDDB. Grayscale: #5B5B5B. Windows color (decimal): -4181468 or 2372288. OLE color: 2372288.

HSL color Cylindrical-coordinate representation of color #C03224: hue angle of 5.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C03224 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 36 -
CMYK 0 0.74 0.81 0.25
HSL 5.38º 0.68% 0.45% -
HSV(B) 5.38º 0.81% 0.75% -
XYZ 23.2 13.62 3.07 -
YUV 90.86 97.04 200.14 -
System Red Green Blue C M Y K H S L
Decimal 192 50 36 0 0.74 0.81 0.25 5.38 0.68 0.45
Hex C0 32 24 0 4A 51 19 5 44 2D
Octal 300 62 44 0 112 121 31 5 104 55
Binary 11000000 110010 100100 0 1001010 1010001 11001 101 1000100 101101

Color Harmonies of #C03224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03224

Black with #C03224

Text Example


Text Example

White with #C03224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03224; }

 p { color: rgb(192,50,36); }

 H1.HeaderClassName
 {
   color: #C03224;
 }
 .AnyTagClassName
 {
   color: #C03224;
 }
</style>

background-color css

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

 a { background-color: rgb(192,50,36); }

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

border-color css

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

 span { border-color: rgb(192,50,36); }

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