Html Css Color HEX #C03635 Persian Red

📋 copy color: '#C03635'

red 192 ◦ green 54 ◦ blue 53

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

Shades of Persian Red #C03635

Tints of Persian Red #C03635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.73%

R = 64.21%
G = 18.06%
B = 17.73%

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

#C03635 (or 0xC03635) is known color: Persian Red. HEX triplet: C0, 36 and 35. RGB value is (192,54,53). Sum of RGB (Red+Green+Blue) = 192+54+53=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C03635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03635 is #3FC9CA. Grayscale: #5F5F5F. Windows color (decimal): -4180427 or 3487424. OLE color: 3487424.

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

Color convert

RGB 192 54 53 -
CMYK 0 0.72 0.72 0.25
HSL 0.43º 0.57% 0.48% -
HSV(B) 0.43º 0.72% 0.75% -
XYZ 23.7 14.1 4.84 -
YUV 95.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 192 54 53 0 0.72 0.72 0.25 0.43 0.57 0.48
Hex C0 36 35 0 48 48 19 0 39 30
Octal 300 66 65 0 110 110 31 0 71 60
Binary 11000000 110110 110101 0 1001000 1001000 11001 0 111001 110000

Color Harmonies of #C03635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03635

Black with #C03635

Text Example


Text Example

White with #C03635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03635; }

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

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

background-color css

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

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

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

border-color css

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

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

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