Html Css Color HEX #C04237 Grenadier

📋 copy color: '#C04237'

red 192 ◦ green 66 ◦ blue 55

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

Shades of Grenadier #C04237

Tints of Grenadier #C04237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.57%

R = 61.34%
G = 21.09%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C04237 (or 0xC04237) is known color: Grenadier. HEX triplet: C0, 42 and 37. RGB value is (192,66,55). Sum of RGB (Red+Green+Blue) = 192+66+55=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C04237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04237 is #3FBDC8. Grayscale: #666666. Windows color (decimal): -4177353 or 3621568. OLE color: 3621568.

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

Color convert

RGB 192 66 55 -
CMYK 0 0.66 0.71 0.25
HSL 4.82º 0.55% 0.48% -
HSV(B) 4.82º 0.71% 0.75% -
XYZ 24.38 15.38 5.3 -
YUV 102.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 192 66 55 0 0.66 0.71 0.25 4.82 0.55 0.48
Hex C0 42 37 0 42 47 19 5 37 30
Octal 300 102 67 0 102 107 31 5 67 60
Binary 11000000 1000010 110111 0 1000010 1000111 11001 101 110111 110000

Color Harmonies of #C04237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04237

Black with #C04237

Text Example


Text Example

White with #C04237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04237; }

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

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

background-color css

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

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

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

border-color css

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

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

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