Html Css Color HEX #CF463D Grenadier

📋 copy color: '#CF463D'

red 207 ◦ green 70 ◦ blue 61

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

Shades of Grenadier #CF463D

Tints of Grenadier #CF463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 61.24%
G = 20.71%
B = 18.05%

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

#CF463D (or 0xCF463D) is known color: Grenadier. HEX triplet: CF, 46 and 3D. RGB value is (207,70,61). Sum of RGB (Red+Green+Blue) = 207+70+61=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF463D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF463D is #30B9C2. Grayscale: #6E6E6E. Windows color (decimal): -3193283 or 4015823. OLE color: 4015823.

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

Color convert

RGB 207 70 61 -
CMYK 0 0.66 0.71 0.19
HSL 3.7º 0.6% 0.53% -
HSV(B) 3.7º 0.71% 0.81% -
XYZ 28.76 17.98 6.37 -
YUV 109.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 207 70 61 0 0.66 0.71 0.19 3.7 0.6 0.53
Hex CF 46 3D 0 42 47 13 4 3C 35
Octal 317 106 75 0 102 107 23 4 74 65
Binary 11001111 1000110 111101 0 1000010 1000111 10011 100 111100 110101

Color Harmonies of #CF463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF463D

Black with #CF463D

Text Example


Text Example

White with #CF463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF463D; }

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

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

background-color css

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

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

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

border-color css

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

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

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