Html Css Color HEX #D9462D Cinnabar

📋 copy color: '#D9462D'

red 217 ◦ green 70 ◦ blue 45

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

Shades of Cinnabar #D9462D

Tints of Cinnabar #D9462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 65.36%
G = 21.08%
B = 13.55%

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

#D9462D (or 0xD9462D) is known color: Cinnabar. HEX triplet: D9, 46 and 2D. RGB value is (217,70,45). Sum of RGB (Red+Green+Blue) = 217+70+45=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9462D is #26B9D2. Grayscale: #6F6F6F. Windows color (decimal): -2537939 or 2967257. OLE color: 2967257.

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

Color convert

RGB 217 70 45 -
CMYK 0 0.68 0.79 0.15
HSL 8.72º 0.69% 0.51% -
HSV(B) 8.72º 0.79% 0.85% -
XYZ 31.28 19.32 4.56 -
YUV 111.1 90.7 203.53 -
System Red Green Blue C M Y K H S L
Decimal 217 70 45 0 0.68 0.79 0.15 8.72 0.69 0.51
Hex D9 46 2D 0 44 4F F 9 45 33
Octal 331 106 55 0 104 117 17 11 105 63
Binary 11011001 1000110 101101 0 1000100 1001111 1111 1001 1000101 110011

Color Harmonies of #D9462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9462D

Black with #D9462D

Text Example


Text Example

White with #D9462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9462D; }

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

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

background-color css

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

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

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

border-color css

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

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

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