Html Css Color HEX #C03325 Persian Red

📋 copy color: '#C03325'

red 192 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #C03325

Tints of Persian Red #C03325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

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

R = 68.57%
G = 18.21%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C03325 (or 0xC03325) is known color: Persian Red. HEX triplet: C0, 33 and 25. RGB value is (192,51,37). Sum of RGB (Red+Green+Blue) = 192+51+37=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C03325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03325 is #3FCCDA. Grayscale: #5B5B5B. Windows color (decimal): -4181211 or 2438080. OLE color: 2438080.

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

Color convert

RGB 192 51 37 -
CMYK 0 0.73 0.81 0.25
HSL 5.42º 0.68% 0.45% -
HSV(B) 5.42º 0.81% 0.75% -
XYZ 23.26 13.71 3.17 -
YUV 91.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 192 51 37 0 0.73 0.81 0.25 5.42 0.68 0.45
Hex C0 33 25 0 49 51 19 5 44 2D
Octal 300 63 45 0 111 121 31 5 104 55
Binary 11000000 110011 100101 0 1001001 1010001 11001 101 1000100 101101

Color Harmonies of #C03325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03325

Black with #C03325

Text Example


Text Example

White with #C03325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03325; }

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

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

background-color css

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

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

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

border-color css

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

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

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