Html Css Color HEX #D9481E Cinnabar

📋 copy color: '#D9481E'

red 217 ◦ green 72 ◦ blue 30

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

Shades of Cinnabar #D9481E

Tints of Cinnabar #D9481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.57%

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 68.03%
G = 22.57%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9481E (or 0xD9481E) is known color: Cinnabar. HEX triplet: D9, 48 and 1E. RGB value is (217,72,30). Sum of RGB (Red+Green+Blue) = 217+72+30=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D9481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9481E is #26B7E1. Grayscale: #6E6E6E. Windows color (decimal): -2537442 or 1984729. OLE color: 1984729.

HSL color Cylindrical-coordinate representation of color #D9481E: hue angle of 13.48º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9481E is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 72 30 -
CMYK 0 0.67 0.86 0.15
HSL 13.48º 0.76% 0.48% -
HSV(B) 13.48º 0.86% 0.85% -
XYZ 31.17 19.48 3.35 -
YUV 110.57 82.54 203.92 -
System Red Green Blue C M Y K H S L
Decimal 217 72 30 0 0.67 0.86 0.15 13.48 0.76 0.48
Hex D9 48 1E 0 43 56 F D 4C 30
Octal 331 110 36 0 103 126 17 15 114 60
Binary 11011001 1001000 11110 0 1000011 1010110 1111 1101 1001100 110000

Color Harmonies of #D9481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9481E

Black with #D9481E

Text Example


Text Example

White with #D9481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9481E; }

 p { color: rgb(217,72,30); }

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

background-color css

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

 a { background-color: rgb(217,72,30); }

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

border-color css

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

 span { border-color: rgb(217,72,30); }

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