Html Css Color HEX #D0463F Grenadier

📋 copy color: '#D0463F'

red 208 ◦ green 70 ◦ blue 63

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

Shades of Grenadier #D0463F

Tints of Grenadier #D0463F

RGB

 RED value IS 208 (81.64% from 255) = 61%

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

 BLUE value IS 63 (25% from 255) = 18.48%

R = 61%
G = 20.53%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0463F (or 0xD0463F) is known color: Grenadier. HEX triplet: D0, 46 and 3F. RGB value is (208,70,63). Sum of RGB (Red+Green+Blue) = 208+70+63=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0463F is #2FB9C0. Grayscale: #6E6E6E. Windows color (decimal): -3127745 or 4146896. OLE color: 4146896.

HSL color Cylindrical-coordinate representation of color #D0463F: hue angle of 2.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0463F is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 70 63 -
CMYK 0 0.66 0.70 0.18
HSL 2.9º 0.61% 0.53% -
HSV(B) 2.9º 0.7% 0.82% -
XYZ 29.1 18.15 6.67 -
YUV 110.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 208 70 63 0 0.66 0.70 0.18 2.9 0.61 0.53
Hex D0 46 3F 0 42 46 12 3 3D 35
Octal 320 106 77 0 102 106 22 3 75 65
Binary 11010000 1000110 111111 0 1000010 1000110 10010 11 111101 110101

Color Harmonies of #D0463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0463F

Black with #D0463F

Text Example


Text Example

White with #D0463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0463F; }

 p { color: rgb(208,70,63); }

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

background-color css

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

 a { background-color: rgb(208,70,63); }

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

border-color css

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

 span { border-color: rgb(208,70,63); }

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