Html Css Color HEX #D9461F Cinnabar

📋 copy color: '#D9461F'

red 217 ◦ green 70 ◦ blue 31

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

Shades of Cinnabar #D9461F

Tints of Cinnabar #D9461F

RGB

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

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

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

R = 68.24%
G = 22.01%
B = 9.75%

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

#D9461F (or 0xD9461F) is known color: Cinnabar. HEX triplet: D9, 46 and 1F. RGB value is (217,70,31). Sum of RGB (Red+Green+Blue) = 217+70+31=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D9461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9461F is #26B9E0. Grayscale: #6D6D6D. Windows color (decimal): -2537953 or 2049753. OLE color: 2049753.

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

Color convert

RGB 217 70 31 -
CMYK 0 0.68 0.86 0.15
HSL 12.58º 0.75% 0.49% -
HSV(B) 12.58º 0.86% 0.85% -
XYZ 31.05 19.23 3.37 -
YUV 109.51 83.7 204.67 -
System Red Green Blue C M Y K H S L
Decimal 217 70 31 0 0.68 0.86 0.15 12.58 0.75 0.49
Hex D9 46 1F 0 44 56 F D 4B 31
Octal 331 106 37 0 104 126 17 15 113 61
Binary 11011001 1000110 11111 0 1000100 1010110 1111 1101 1001011 110001

Color Harmonies of #D9461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9461F

Black with #D9461F

Text Example


Text Example

White with #D9461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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