Html Css Color HEX #C03C34 Persian Red

📋 copy color: '#C03C34'

red 192 ◦ green 60 ◦ blue 52

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

Shades of Persian Red #C03C34

Tints of Persian Red #C03C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 63.16%
G = 19.74%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C03C34 (or 0xC03C34) is known color: Persian Red. HEX triplet: C0, 3C and 34. RGB value is (192,60,52). Sum of RGB (Red+Green+Blue) = 192+60+52=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C34 is #3FC3CB. Grayscale: #626262. Windows color (decimal): -4178892 or 3423424. OLE color: 3423424.

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

Color convert

RGB 192 60 52 -
CMYK 0 0.69 0.73 0.25
HSL 3.43º 0.57% 0.48% -
HSV(B) 3.43º 0.73% 0.75% -
XYZ 23.97 14.69 4.82 -
YUV 98.56 101.73 194.65 -
System Red Green Blue C M Y K H S L
Decimal 192 60 52 0 0.69 0.73 0.25 3.43 0.57 0.48
Hex C0 3C 34 0 45 49 19 3 39 30
Octal 300 74 64 0 105 111 31 3 71 60
Binary 11000000 111100 110100 0 1000101 1001001 11001 11 111001 110000

Color Harmonies of #C03C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C34

Black with #C03C34

Text Example


Text Example

White with #C03C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C34; }

 p { color: rgb(192,60,52); }

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

background-color css

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

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

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

border-color css

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

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

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