Html Css Color HEX #C03625 Persian Red

📋 copy color: '#C03625'

red 192 ◦ green 54 ◦ blue 37

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

Shades of Persian Red #C03625

Tints of Persian Red #C03625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 67.84%
G = 19.08%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C03625 (or 0xC03625) is known color: Persian Red. HEX triplet: C0, 36 and 25. RGB value is (192,54,37). Sum of RGB (Red+Green+Blue) = 192+54+37=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C03625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03625 is #3FC9DA. Grayscale: #5D5D5D. Windows color (decimal): -4180443 or 2438848. OLE color: 2438848.

HSL color Cylindrical-coordinate representation of color #C03625: hue angle of 6.58º 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 #C03625 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 37 -
CMYK 0 0.72 0.81 0.25
HSL 6.58º 0.68% 0.45% -
HSV(B) 6.58º 0.81% 0.75% -
XYZ 23.39 13.98 3.22 -
YUV 93.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 192 54 37 0 0.72 0.81 0.25 6.58 0.68 0.45
Hex C0 36 25 0 48 51 19 7 44 2D
Octal 300 66 45 0 110 121 31 7 104 55
Binary 11000000 110110 100101 0 1001000 1010001 11001 111 1000100 101101

Color Harmonies of #C03625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03625

Black with #C03625

Text Example


Text Example

White with #C03625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03625; }

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

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

background-color css

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

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

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

border-color css

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

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

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