Html Css Color HEX #C03E29 Grenadier

📋 copy color: '#C03E29'

red 192 ◦ green 62 ◦ blue 41

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

Shades of Grenadier #C03E29

Tints of Grenadier #C03E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.9%

R = 65.08%
G = 21.02%
B = 13.9%

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

#C03E29 (or 0xC03E29) is known color: Grenadier. HEX triplet: C0, 3E and 29. RGB value is (192,62,41). Sum of RGB (Red+Green+Blue) = 192+62+41=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E29 is #3FC1D6. Grayscale: #626262. Windows color (decimal): -4178391 or 2703040. OLE color: 2703040.

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

Color convert

RGB 192 62 41 -
CMYK 0 0.68 0.79 0.25
HSL 8.34º 0.65% 0.46% -
HSV(B) 8.34º 0.79% 0.75% -
XYZ 23.86 14.81 3.7 -
YUV 98.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 192 62 41 0 0.68 0.79 0.25 8.34 0.65 0.46
Hex C0 3E 29 0 44 4F 19 8 41 2E
Octal 300 76 51 0 104 117 31 10 101 56
Binary 11000000 111110 101001 0 1000100 1001111 11001 1000 1000001 101110

Color Harmonies of #C03E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E29

Black with #C03E29

Text Example


Text Example

White with #C03E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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