#CF473B

Color #CF473B Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #CF473B

Tints of Grenadier #CF473B

Color information

#CF473B (or 0xCF473B) is unknown color: approx Grenadier. HEX triplet: CF, 47 and 3B. RGB value is (207,71,59). Sum of RGB (Red+Green+Blue) = 207+71+59=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF473B is #30B8C4. Grayscale: #6E6E6E. Windows color (decimal): -3193029 or 3885007. OLE color: 3885007.

HSL color Cylindrical-coordinate representation of color #CF473B: hue angle of 4.86º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF473B is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2077159-
CMYK00.660.710.19
HSL4.86º60.66%52.16%-
HSV(B)4.86º71.5%81.18%-
XYZ28.7718.096.11-
YUV110.399.06196.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.42%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=61.42%
G=21.07%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207715900.660.710.194.8660.6652.16
HexCF473B042471353d34
Octal3171077301021072357564
Binary11001111100011111101101000010100011110011101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF473B; }

 p { color: rgb(207,71,59); }

 H1.HeaderClassName
 {
   color: #CF473B;
 }
 .AnyTagClassName
 {
   color: #CF473B;
 }
</style>
background-color css

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

 a { background-color: rgb(207,71,59); }

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

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

 span { border-color: rgb(207,71,59); }

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