Html Css Color HEX #D94A1F Cinnabar

📋 copy color: '#D94A1F'

red 217 ◦ green 74 ◦ blue 31

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

Shades of Cinnabar #D94A1F

Tints of Cinnabar #D94A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.98%

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

R = 67.39%
G = 22.98%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D94A1F (or 0xD94A1F) is known color: Cinnabar. HEX triplet: D9, 4A and 1F. RGB value is (217,74,31). Sum of RGB (Red+Green+Blue) = 217+74+31=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A1F is #26B5E0. Grayscale: #707070. Windows color (decimal): -2536929 or 2050777. OLE color: 2050777.

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

Color convert

RGB 217 74 31 -
CMYK 0 0.66 0.86 0.15
HSL 13.87º 0.75% 0.49% -
HSV(B) 13.87º 0.86% 0.85% -
XYZ 31.31 19.75 3.46 -
YUV 111.86 82.38 203 -
System Red Green Blue C M Y K H S L
Decimal 217 74 31 0 0.66 0.86 0.15 13.87 0.75 0.49
Hex D9 4A 1F 0 42 56 F E 4B 31
Octal 331 112 37 0 102 126 17 16 113 61
Binary 11011001 1001010 11111 0 1000010 1010110 1111 1110 1001011 110001

Color Harmonies of #D94A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A1F

Black with #D94A1F

Text Example


Text Example

White with #D94A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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