Html Css Color HEX #C03E27 Grenadier

📋 copy color: '#C03E27'

red 192 ◦ green 62 ◦ blue 39

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

Shades of Grenadier #C03E27

Tints of Grenadier #C03E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 65.53%
G = 21.16%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C03E27 (or 0xC03E27) is known color: Grenadier. HEX triplet: C0, 3E and 27. RGB value is (192,62,39). Sum of RGB (Red+Green+Blue) = 192+62+39=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E27 is #3FC1D8. Grayscale: #626262. Windows color (decimal): -4178393 or 2571968. OLE color: 2571968.

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

Color convert

RGB 192 62 39 -
CMYK 0 0.68 0.80 0.25
HSL 9.02º 0.66% 0.45% -
HSV(B) 9.02º 0.8% 0.75% -
XYZ 23.83 14.8 3.52 -
YUV 98.25 94.57 194.87 -
System Red Green Blue C M Y K H S L
Decimal 192 62 39 0 0.68 0.80 0.25 9.02 0.66 0.45
Hex C0 3E 27 0 44 50 19 9 42 2D
Octal 300 76 47 0 104 120 31 11 102 55
Binary 11000000 111110 100111 0 1000100 1010000 11001 1001 1000010 101101

Color Harmonies of #C03E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E27

Black with #C03E27

Text Example


Text Example

White with #C03E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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