Html Css Color HEX #C0422F Grenadier

📋 copy color: '#C0422F'

red 192 ◦ green 66 ◦ blue 47

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

Shades of Grenadier #C0422F

Tints of Grenadier #C0422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 62.95%
G = 21.64%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0422F (or 0xC0422F) is known color: Grenadier. HEX triplet: C0, 42 and 2F. RGB value is (192,66,47). Sum of RGB (Red+Green+Blue) = 192+66+47=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0422F is #3FBDD0. Grayscale: #656565. Windows color (decimal): -4177361 or 3097280. OLE color: 3097280.

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

Color convert

RGB 192 66 47 -
CMYK 0 0.66 0.76 0.25
HSL 7.86º 0.61% 0.47% -
HSV(B) 7.86º 0.76% 0.75% -
XYZ 24.2 15.31 4.37 -
YUV 101.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 192 66 47 0 0.66 0.76 0.25 7.86 0.61 0.47
Hex C0 42 2F 0 42 4C 19 8 3D 2F
Octal 300 102 57 0 102 114 31 10 75 57
Binary 11000000 1000010 101111 0 1000010 1001100 11001 1000 111101 101111

Color Harmonies of #C0422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0422F

Black with #C0422F

Text Example


Text Example

White with #C0422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0422F; }

 p { color: rgb(192,66,47); }

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

background-color css

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

 a { background-color: rgb(192,66,47); }

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

border-color css

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

 span { border-color: rgb(192,66,47); }

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