Html Css Color HEX #D94A1E Cinnabar

📋 copy color: '#D94A1E'

red 217 ◦ green 74 ◦ blue 30

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

Shades of Cinnabar #D94A1E

Tints of Cinnabar #D94A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.35%

R = 67.6%
G = 23.05%
B = 9.35%

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

#D94A1E (or 0xD94A1E) is known color: Cinnabar. HEX triplet: D9, 4A and 1E. RGB value is (217,74,30). Sum of RGB (Red+Green+Blue) = 217+74+30=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A1E is #26B5E1. Grayscale: #707070. Windows color (decimal): -2536930 or 1985241. OLE color: 1985241.

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

Color convert

RGB 217 74 30 -
CMYK 0 0.66 0.86 0.15
HSL 14.12º 0.76% 0.48% -
HSV(B) 14.12º 0.86% 0.85% -
XYZ 31.3 19.74 3.39 -
YUV 111.74 81.88 203.08 -
System Red Green Blue C M Y K H S L
Decimal 217 74 30 0 0.66 0.86 0.15 14.12 0.76 0.48
Hex D9 4A 1E 0 42 56 F E 4C 30
Octal 331 112 36 0 102 126 17 16 114 60
Binary 11011001 1001010 11110 0 1000010 1010110 1111 1110 1001100 110000

Color Harmonies of #D94A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A1E

Black with #D94A1E

Text Example


Text Example

White with #D94A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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