Html Css Color HEX #D9451F Cinnabar

📋 copy color: '#D9451F'

red 217 ◦ green 69 ◦ blue 31

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

Shades of Cinnabar #D9451F

Tints of Cinnabar #D9451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

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

R = 68.45%
G = 21.77%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9451F (or 0xD9451F) is known color: Cinnabar. HEX triplet: D9, 45 and 1F. RGB value is (217,69,31). Sum of RGB (Red+Green+Blue) = 217+69+31=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D9451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9451F is #26BAE0. Grayscale: #6D6D6D. Windows color (decimal): -2538209 or 2049497. OLE color: 2049497.

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

Color convert

RGB 217 69 31 -
CMYK 0 0.68 0.86 0.15
HSL 12.26º 0.75% 0.49% -
HSV(B) 12.26º 0.86% 0.85% -
XYZ 30.99 19.11 3.35 -
YUV 108.92 84.03 205.09 -
System Red Green Blue C M Y K H S L
Decimal 217 69 31 0 0.68 0.86 0.15 12.26 0.75 0.49
Hex D9 45 1F 0 44 56 F C 4B 31
Octal 331 105 37 0 104 126 17 14 113 61
Binary 11011001 1000101 11111 0 1000100 1010110 1111 1100 1001011 110001

Color Harmonies of #D9451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9451F

Black with #D9451F

Text Example


Text Example

White with #D9451F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9451F; }

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

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

background-color css

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

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

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

border-color css

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

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

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