Html Css Color HEX #CF473B Grenadier

📋 copy color: '#CF473B'

red 207 ◦ green 71 ◦ blue 59

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

Shades of Grenadier #CF473B

Tints of Grenadier #CF473B

RGB

 RED value IS 207 (81.25% from 255) = 61.42%

 GREEN value IS 71 (28.13% 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 value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF473B (or 0xCF473B) is known color: 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

RGB 207 71 59 -
CMYK 0 0.66 0.71 0.19
HSL 4.86º 0.61% 0.52% -
HSV(B) 4.86º 0.71% 0.81% -
XYZ 28.77 18.09 6.11 -
YUV 110.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 207 71 59 0 0.66 0.71 0.19 4.86 0.61 0.52
Hex CF 47 3B 0 42 47 13 5 3D 34
Octal 317 107 73 0 102 107 23 5 75 64
Binary 11001111 1000111 111011 0 1000010 1000111 10011 101 111101 110100

Color Harmonies of #CF473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF473B

Black with #CF473B

Text Example


Text Example

White with #CF473B

Text Example


Text Example

HTML Codes & Css Web 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>