Html Css Color HEX #C03836 Persian Red

📋 copy color: '#C03836'

red 192 ◦ green 56 ◦ blue 54

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

Shades of Persian Red #C03836

Tints of Persian Red #C03836

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

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

R = 63.58%
G = 18.54%
B = 17.88%

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

#C03836 (or 0xC03836) is known color: Persian Red. HEX triplet: C0, 38 and 36. RGB value is (192,56,54). Sum of RGB (Red+Green+Blue) = 192+56+54=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C03836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03836 is #3FC7C9. Grayscale: #606060. Windows color (decimal): -4179914 or 3553472. OLE color: 3553472.

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

Color convert

RGB 192 56 54 -
CMYK 0 0.71 0.72 0.25
HSL 0.87º 0.56% 0.48% -
HSV(B) 0.87º 0.72% 0.75% -
XYZ 23.82 14.3 5 -
YUV 96.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 192 56 54 0 0.71 0.72 0.25 0.87 0.56 0.48
Hex C0 38 36 0 47 48 19 1 38 30
Octal 300 70 66 0 107 110 31 1 70 60
Binary 11000000 111000 110110 0 1000111 1001000 11001 1 111000 110000

Color Harmonies of #C03836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03836

Black with #C03836

Text Example


Text Example

White with #C03836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03836; }

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

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

background-color css

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

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

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

border-color css

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

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

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