Html Css Color HEX #C03E3E Persian Red

📋 copy color: '#C03E3E'

red 192 ◦ green 62 ◦ blue 62

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

Shades of Persian Red #C03E3E

Tints of Persian Red #C03E3E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.62%

 BLUE value IS 62 (24.61% from 255) = 19.62%

R = 60.76%
G = 19.62%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C03E3E (or 0xC03E3E) is known color: Persian Red. HEX triplet: C0, 3E and 3E. RGB value is (192,62,62). Sum of RGB (Red+Green+Blue) = 192+62+62=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E3E is #3FC1C1. Grayscale: #656565. Windows color (decimal): -4178370 or 4079296. OLE color: 4079296.

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

Color convert

RGB 192 62 62 -
CMYK 0 0.68 0.68 0.25
HSL 0.51% 0.5% -
HSV(B) 0.68% 0.75% -
XYZ 24.33 15 6.17 -
YUV 100.87 106.07 193 -
System Red Green Blue C M Y K H S L
Decimal 192 62 62 0 0.68 0.68 0.25 0 0.51 0.5
Hex C0 3E 3E 0 44 44 19 0 33 32
Octal 300 76 76 0 104 104 31 0 63 62
Binary 11000000 111110 111110 0 1000100 1000100 11001 0 110011 110010

Color Harmonies of #C03E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E3E

Black with #C03E3E

Text Example


Text Example

White with #C03E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E3E; }

 p { color: rgb(192,62,62); }

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

background-color css

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

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

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

border-color css

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

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

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