Html Css Color HEX #D9441F Cinnabar

📋 copy color: '#D9441F'

red 217 ◦ green 68 ◦ blue 31

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

Shades of Cinnabar #D9441F

Tints of Cinnabar #D9441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

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

R = 68.67%
G = 21.52%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9441F (or 0xD9441F) is known color: Cinnabar. HEX triplet: D9, 44 and 1F. RGB value is (217,68,31). Sum of RGB (Red+Green+Blue) = 217+68+31=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9441F is #26BBE0. Grayscale: #6C6C6C. Windows color (decimal): -2538465 or 2049241. OLE color: 2049241.

HSL color Cylindrical-coordinate representation of color #D9441F: hue angle of 11.94º 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 #D9441F is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 68 31 -
CMYK 0 0.69 0.86 0.15
HSL 11.94º 0.75% 0.49% -
HSV(B) 11.94º 0.86% 0.85% -
XYZ 30.93 18.98 3.33 -
YUV 108.33 84.36 205.51 -
System Red Green Blue C M Y K H S L
Decimal 217 68 31 0 0.69 0.86 0.15 11.94 0.75 0.49
Hex D9 44 1F 0 45 56 F C 4B 31
Octal 331 104 37 0 105 126 17 14 113 61
Binary 11011001 1000100 11111 0 1000101 1010110 1111 1100 1001011 110001

Color Harmonies of #D9441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9441F

Black with #D9441F

Text Example


Text Example

White with #D9441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9441F; }

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

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

background-color css

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

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

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

border-color css

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

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

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