Html Css Color HEX #C03F31 Grenadier

📋 copy color: '#C03F31'

red 192 ◦ green 63 ◦ blue 49

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

Shades of Grenadier #C03F31

Tints of Grenadier #C03F31

RGB

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

 GREEN value IS 63 (25% from 255) = 20.72%

 BLUE value IS 49 (19.53% from 255) = 16.12%

R = 63.16%
G = 20.72%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C03F31 (or 0xC03F31) is known color: Grenadier. HEX triplet: C0, 3F and 31. RGB value is (192,63,49). Sum of RGB (Red+Green+Blue) = 192+63+49=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F31 is #3FC0CE. Grayscale: #646464. Windows color (decimal): -4178127 or 3227584. OLE color: 3227584.

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

Color convert

RGB 192 63 49 -
CMYK 0 0.67 0.74 0.25
HSL 5.87º 0.59% 0.47% -
HSV(B) 5.87º 0.74% 0.75% -
XYZ 24.07 14.98 4.53 -
YUV 99.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 192 63 49 0 0.67 0.74 0.25 5.87 0.59 0.47
Hex C0 3F 31 0 43 4A 19 6 3B 2F
Octal 300 77 61 0 103 112 31 6 73 57
Binary 11000000 111111 110001 0 1000011 1001010 11001 110 111011 101111

Color Harmonies of #C03F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F31

Black with #C03F31

Text Example


Text Example

White with #C03F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F31; }

 p { color: rgb(192,63,49); }

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

background-color css

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

 a { background-color: rgb(192,63,49); }

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

border-color css

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

 span { border-color: rgb(192,63,49); }

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