Html Css Color HEX #C03533 Persian Red

📋 copy color: '#C03533'

red 192 ◦ green 53 ◦ blue 51

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

Shades of Persian Red #C03533

Tints of Persian Red #C03533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

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

R = 64.86%
G = 17.91%
B = 17.23%

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

#C03533 (or 0xC03533) is known color: Persian Red. HEX triplet: C0, 35 and 33. RGB value is (192,53,51). Sum of RGB (Red+Green+Blue) = 192+53+51=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C03533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03533 is #3FCACC. Grayscale: #5E5E5E. Windows color (decimal): -4180685 or 3356096. OLE color: 3356096.

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

Color convert

RGB 192 53 51 -
CMYK 0 0.72 0.73 0.25
HSL 0.85º 0.58% 0.48% -
HSV(B) 0.85º 0.73% 0.75% -
XYZ 23.61 13.99 4.59 -
YUV 94.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 192 53 51 0 0.72 0.73 0.25 0.85 0.58 0.48
Hex C0 35 33 0 48 49 19 1 3A 30
Octal 300 65 63 0 110 111 31 1 72 60
Binary 11000000 110101 110011 0 1001000 1001001 11001 1 111010 110000

Color Harmonies of #C03533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03533

Black with #C03533

Text Example


Text Example

White with #C03533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03533; }

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

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

background-color css

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

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

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

border-color css

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

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

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