Html Css Color HEX #D9462E Cinnabar

📋 copy color: '#D9462E'

red 217 ◦ green 70 ◦ blue 46

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

Shades of Cinnabar #D9462E

Tints of Cinnabar #D9462E

RGB

 RED value IS 217 (85.16% from 255) = 65.17%

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

 BLUE value IS 46 (18.36% from 255) = 13.81%

R = 65.17%
G = 21.02%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9462E (or 0xD9462E) is known color: Cinnabar. HEX triplet: D9, 46 and 2E. RGB value is (217,70,46). Sum of RGB (Red+Green+Blue) = 217+70+46=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9462E is #26B9D1. Grayscale: #6F6F6F. Windows color (decimal): -2537938 or 3032793. OLE color: 3032793.

HSL color Cylindrical-coordinate representation of color #D9462E: hue angle of 8.42º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9462E is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 70 46 -
CMYK 0 0.68 0.79 0.15
HSL 8.42º 0.69% 0.52% -
HSV(B) 8.42º 0.79% 0.85% -
XYZ 31.3 19.33 4.67 -
YUV 111.22 91.2 203.45 -
System Red Green Blue C M Y K H S L
Decimal 217 70 46 0 0.68 0.79 0.15 8.42 0.69 0.52
Hex D9 46 2E 0 44 4F F 8 45 34
Octal 331 106 56 0 104 117 17 10 105 64
Binary 11011001 1000110 101110 0 1000100 1001111 1111 1000 1000101 110100

Color Harmonies of #D9462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9462E

Black with #D9462E

Text Example


Text Example

White with #D9462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9462E; }

 p { color: rgb(217,70,46); }

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

background-color css

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

 a { background-color: rgb(217,70,46); }

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

border-color css

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

 span { border-color: rgb(217,70,46); }

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