Html Css Color HEX #C03629 Persian Red

📋 copy color: '#C03629'

red 192 ◦ green 54 ◦ blue 41

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

Shades of Persian Red #C03629

Tints of Persian Red #C03629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.82%

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 66.9%
G = 18.82%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C03629 (or 0xC03629) is known color: Persian Red. HEX triplet: C0, 36 and 29. RGB value is (192,54,41). Sum of RGB (Red+Green+Blue) = 192+54+41=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C03629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03629 is #3FC9D6. Grayscale: #5D5D5D. Windows color (decimal): -4180439 or 2700992. OLE color: 2700992.

HSL color Cylindrical-coordinate representation of color #C03629: hue angle of 5.17º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C03629 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 41 -
CMYK 0 0.72 0.79 0.25
HSL 5.17º 0.65% 0.46% -
HSV(B) 5.17º 0.79% 0.75% -
XYZ 23.46 14 3.56 -
YUV 93.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 192 54 41 0 0.72 0.79 0.25 5.17 0.65 0.46
Hex C0 36 29 0 48 4F 19 5 41 2E
Octal 300 66 51 0 110 117 31 5 101 56
Binary 11000000 110110 101001 0 1001000 1001111 11001 101 1000001 101110

Color Harmonies of #C03629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03629

Black with #C03629

Text Example


Text Example

White with #C03629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03629; }

 p { color: rgb(192,54,41); }

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

background-color css

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

 a { background-color: rgb(192,54,41); }

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

border-color css

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

 span { border-color: rgb(192,54,41); }

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