Html Css Color HEX #C03736 Persian Red

📋 copy color: '#C03736'

red 192 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #C03736

Tints of Persian Red #C03736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 63.79%
G = 18.27%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C03736 (or 0xC03736) is known color: Persian Red. HEX triplet: C0, 37 and 36. RGB value is (192,55,54). Sum of RGB (Red+Green+Blue) = 192+55+54=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C03736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03736 is #3FC8C9. Grayscale: #5F5F5F. Windows color (decimal): -4180170 or 3553216. OLE color: 3553216.

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

Color convert

RGB 192 55 54 -
CMYK 0 0.71 0.72 0.25
HSL 0.43º 0.56% 0.48% -
HSV(B) 0.43º 0.72% 0.75% -
XYZ 23.77 14.21 4.98 -
YUV 95.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 192 55 54 0 0.71 0.72 0.25 0.43 0.56 0.48
Hex C0 37 36 0 47 48 19 0 38 30
Octal 300 67 66 0 107 110 31 0 70 60
Binary 11000000 110111 110110 0 1000111 1001000 11001 0 111000 110000

Color Harmonies of #C03736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03736

Black with #C03736

Text Example


Text Example

White with #C03736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03736; }

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

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

background-color css

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

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

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

border-color css

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

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

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