Html Css Color HEX #C03636 Persian Red

📋 copy color: '#C03636'

red 192 ◦ green 54 ◦ blue 54

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

Shades of Persian Red #C03636

Tints of Persian Red #C03636

RGB

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

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

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

R = 64%
G = 18%
B = 18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C03636 (or 0xC03636) is known color: Persian Red. HEX triplet: C0, 36 and 36. RGB value is (192,54,54). Sum of RGB (Red+Green+Blue) = 192+54+54=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C03636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03636 is #3FC9C9. Grayscale: #5F5F5F. Windows color (decimal): -4180426 or 3552960. OLE color: 3552960.

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

Color convert

RGB 192 54 54 -
CMYK 0 0.72 0.72 0.25
HSL 0.56% 0.48% -
HSV(B) 0.72% 0.75% -
XYZ 23.72 14.11 4.96 -
YUV 95.26 104.72 197 -
System Red Green Blue C M Y K H S L
Decimal 192 54 54 0 0.72 0.72 0.25 0 0.56 0.48
Hex C0 36 36 0 48 48 19 0 38 30
Octal 300 66 66 0 110 110 31 0 70 60
Binary 11000000 110110 110110 0 1001000 1001000 11001 0 111000 110000

Color Harmonies of #C03636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03636

Black with #C03636

Text Example


Text Example

White with #C03636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03636; }

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

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

background-color css

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

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

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

border-color css

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

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

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