Html Css Color HEX #D9481F Cinnabar

📋 copy color: '#D9481F'

red 217 ◦ green 72 ◦ blue 31

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

Shades of Cinnabar #D9481F

Tints of Cinnabar #D9481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 67.81%
G = 22.5%
B = 9.69%

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

#D9481F (or 0xD9481F) is known color: Cinnabar. HEX triplet: D9, 48 and 1F. RGB value is (217,72,31). Sum of RGB (Red+Green+Blue) = 217+72+31=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D9481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9481F is #26B7E0. Grayscale: #6E6E6E. Windows color (decimal): -2537441 or 2050265. OLE color: 2050265.

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

Color convert

RGB 217 72 31 -
CMYK 0 0.67 0.86 0.15
HSL 13.23º 0.75% 0.49% -
HSV(B) 13.23º 0.86% 0.85% -
XYZ 31.18 19.49 3.41 -
YUV 110.68 83.04 203.83 -
System Red Green Blue C M Y K H S L
Decimal 217 72 31 0 0.67 0.86 0.15 13.23 0.75 0.49
Hex D9 48 1F 0 43 56 F D 4B 31
Octal 331 110 37 0 103 126 17 15 113 61
Binary 11011001 1001000 11111 0 1000011 1010110 1111 1101 1001011 110001

Color Harmonies of #D9481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9481F

Black with #D9481F

Text Example


Text Example

White with #D9481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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