Html Css Color HEX #CF463A Grenadier

📋 copy color: '#CF463A'

red 207 ◦ green 70 ◦ blue 58

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

Shades of Grenadier #CF463A

Tints of Grenadier #CF463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 61.79%
G = 20.9%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF463A (or 0xCF463A) is known color: Grenadier. HEX triplet: CF, 46 and 3A. RGB value is (207,70,58). Sum of RGB (Red+Green+Blue) = 207+70+58=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF463A is #30B9C5. Grayscale: #6D6D6D. Windows color (decimal): -3193286 or 3819215. OLE color: 3819215.

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

Color convert

RGB 207 70 58 -
CMYK 0 0.66 0.72 0.19
HSL 4.83º 0.61% 0.52% -
HSV(B) 4.83º 0.72% 0.81% -
XYZ 28.69 17.95 5.96 -
YUV 109.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 207 70 58 0 0.66 0.72 0.19 4.83 0.61 0.52
Hex CF 46 3A 0 42 48 13 5 3D 34
Octal 317 106 72 0 102 110 23 5 75 64
Binary 11001111 1000110 111010 0 1000010 1001000 10011 101 111101 110100

Color Harmonies of #CF463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF463A

Black with #CF463A

Text Example


Text Example

White with #CF463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF463A; }

 p { color: rgb(207,70,58); }

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

background-color css

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

 a { background-color: rgb(207,70,58); }

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

border-color css

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

 span { border-color: rgb(207,70,58); }

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