Html Css Color HEX #C03F28 Grenadier

📋 copy color: '#C03F28'

red 192 ◦ green 63 ◦ blue 40

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

Shades of Grenadier #C03F28

Tints of Grenadier #C03F28

RGB

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

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

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

R = 65.08%
G = 21.36%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C03F28 (or 0xC03F28) is known color: Grenadier. HEX triplet: C0, 3F and 28. RGB value is (192,63,40). Sum of RGB (Red+Green+Blue) = 192+63+40=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F28 is #3FC0D7. Grayscale: #636363. Windows color (decimal): -4178136 or 2637760. OLE color: 2637760.

HSL color Cylindrical-coordinate representation of color #C03F28: hue angle of 9.08º 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 #C03F28 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 63 40 -
CMYK 0 0.67 0.79 0.25
HSL 9.08º 0.66% 0.45% -
HSV(B) 9.08º 0.79% 0.75% -
XYZ 23.9 14.91 3.63 -
YUV 98.95 94.74 194.37 -
System Red Green Blue C M Y K H S L
Decimal 192 63 40 0 0.67 0.79 0.25 9.08 0.66 0.45
Hex C0 3F 28 0 43 4F 19 9 42 2D
Octal 300 77 50 0 103 117 31 11 102 55
Binary 11000000 111111 101000 0 1000011 1001111 11001 1001 1000010 101101

Color Harmonies of #C03F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F28

Black with #C03F28

Text Example


Text Example

White with #C03F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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