Html Css Color HEX #D9462B Cinnabar

📋 copy color: '#D9462B'

red 217 ◦ green 70 ◦ blue 43

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

Shades of Cinnabar #D9462B

Tints of Cinnabar #D9462B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 65.76%
G = 21.21%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9462B (or 0xD9462B) is known color: Cinnabar. HEX triplet: D9, 46 and 2B. RGB value is (217,70,43). Sum of RGB (Red+Green+Blue) = 217+70+43=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9462B is #26B9D4. Grayscale: #6F6F6F. Windows color (decimal): -2537941 or 2836185. OLE color: 2836185.

HSL color Cylindrical-coordinate representation of color #D9462B: hue angle of 9.31º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9462B is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 70 43 -
CMYK 0 0.68 0.80 0.15
HSL 9.31º 0.7% 0.51% -
HSV(B) 9.31º 0.8% 0.85% -
XYZ 31.24 19.31 4.37 -
YUV 110.88 89.7 203.7 -
System Red Green Blue C M Y K H S L
Decimal 217 70 43 0 0.68 0.80 0.15 9.31 0.7 0.51
Hex D9 46 2B 0 44 50 F 9 46 33
Octal 331 106 53 0 104 120 17 11 106 63
Binary 11011001 1000110 101011 0 1000100 1010000 1111 1001 1000110 110011

Color Harmonies of #D9462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9462B

Black with #D9462B

Text Example


Text Example

White with #D9462B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9462B; }

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

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

background-color css

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

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

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

border-color css

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

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

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