Html Css Color HEX #C03E28 Grenadier

📋 copy color: '#C03E28'

red 192 ◦ green 62 ◦ blue 40

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

Shades of Grenadier #C03E28

Tints of Grenadier #C03E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 65.31%
G = 21.09%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C03E28 (or 0xC03E28) is known color: Grenadier. HEX triplet: C0, 3E and 28. RGB value is (192,62,40). Sum of RGB (Red+Green+Blue) = 192+62+40=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E28 is #3FC1D7. Grayscale: #626262. Windows color (decimal): -4178392 or 2637504. OLE color: 2637504.

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

Color convert

RGB 192 62 40 -
CMYK 0 0.68 0.79 0.25
HSL 8.68º 0.66% 0.45% -
HSV(B) 8.68º 0.79% 0.75% -
XYZ 23.84 14.8 3.61 -
YUV 98.36 95.07 194.79 -
System Red Green Blue C M Y K H S L
Decimal 192 62 40 0 0.68 0.79 0.25 8.68 0.66 0.45
Hex C0 3E 28 0 44 4F 19 9 42 2D
Octal 300 76 50 0 104 117 31 11 102 55
Binary 11000000 111110 101000 0 1000100 1001111 11001 1001 1000010 101101

Color Harmonies of #C03E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E28

Black with #C03E28

Text Example


Text Example

White with #C03E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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