Html Css Color HEX #C03E2C Grenadier

📋 copy color: '#C03E2C'

red 192 ◦ green 62 ◦ blue 44

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

Shades of Grenadier #C03E2C

Tints of Grenadier #C03E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 64.43%
G = 20.81%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C03E2C (or 0xC03E2C) is known color: Grenadier. HEX triplet: C0, 3E and 2C. RGB value is (192,62,44). Sum of RGB (Red+Green+Blue) = 192+62+44=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E2C is #3FC1D3. Grayscale: #636363. Windows color (decimal): -4178388 or 2899648. OLE color: 2899648.

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

Color convert

RGB 192 62 44 -
CMYK 0 0.68 0.77 0.25
HSL 7.3º 0.63% 0.46% -
HSV(B) 7.3º 0.77% 0.75% -
XYZ 23.92 14.83 3.99 -
YUV 98.82 97.07 194.46 -
System Red Green Blue C M Y K H S L
Decimal 192 62 44 0 0.68 0.77 0.25 7.3 0.63 0.46
Hex C0 3E 2C 0 44 4D 19 7 3F 2E
Octal 300 76 54 0 104 115 31 7 77 56
Binary 11000000 111110 101100 0 1000100 1001101 11001 111 111111 101110

Color Harmonies of #C03E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E2C

Black with #C03E2C

Text Example


Text Example

White with #C03E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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