Html Css Color HEX #C03633 Persian Red

📋 copy color: '#C03633'

red 192 ◦ green 54 ◦ blue 51

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

Shades of Persian Red #C03633

Tints of Persian Red #C03633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.17%

R = 64.65%
G = 18.18%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C03633 (or 0xC03633) is known color: Persian Red. HEX triplet: C0, 36 and 33. RGB value is (192,54,51). Sum of RGB (Red+Green+Blue) = 192+54+51=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C03633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03633 is #3FC9CC. Grayscale: #5F5F5F. Windows color (decimal): -4180429 or 3356352. OLE color: 3356352.

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

Color convert

RGB 192 54 51 -
CMYK 0 0.72 0.73 0.25
HSL 1.28º 0.58% 0.48% -
HSV(B) 1.28º 0.73% 0.75% -
XYZ 23.65 14.08 4.6 -
YUV 94.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 192 54 51 0 0.72 0.73 0.25 1.28 0.58 0.48
Hex C0 36 33 0 48 49 19 1 3A 30
Octal 300 66 63 0 110 111 31 1 72 60
Binary 11000000 110110 110011 0 1001000 1001001 11001 1 111010 110000

Color Harmonies of #C03633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03633

Black with #C03633

Text Example


Text Example

White with #C03633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03633; }

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

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

background-color css

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

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

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

border-color css

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

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

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