Html Css Color HEX #C03E30 Grenadier

📋 copy color: '#C03E30'

red 192 ◦ green 62 ◦ blue 48

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

Shades of Grenadier #C03E30

Tints of Grenadier #C03E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 63.58%
G = 20.53%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C03E30 (or 0xC03E30) is known color: Grenadier. HEX triplet: C0, 3E and 30. RGB value is (192,62,48). Sum of RGB (Red+Green+Blue) = 192+62+48=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E30 is #3FC1CF. Grayscale: #636363. Windows color (decimal): -4178384 or 3161792. OLE color: 3161792.

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

Color convert

RGB 192 62 48 -
CMYK 0 0.68 0.75 0.25
HSL 5.83º 0.6% 0.47% -
HSV(B) 5.83º 0.75% 0.75% -
XYZ 23.99 14.87 4.4 -
YUV 99.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 192 62 48 0 0.68 0.75 0.25 5.83 0.6 0.47
Hex C0 3E 30 0 44 4B 19 6 3C 2F
Octal 300 76 60 0 104 113 31 6 74 57
Binary 11000000 111110 110000 0 1000100 1001011 11001 110 111100 101111

Color Harmonies of #C03E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E30

Black with #C03E30

Text Example


Text Example

White with #C03E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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