Html Css Color HEX #D94A21 Cinnabar

📋 copy color: '#D94A21'

red 217 ◦ green 74 ◦ blue 33

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

Shades of Cinnabar #D94A21

Tints of Cinnabar #D94A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.19%

R = 66.98%
G = 22.84%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D94A21 (or 0xD94A21) is known color: Cinnabar. HEX triplet: D9, 4A and 21. RGB value is (217,74,33). Sum of RGB (Red+Green+Blue) = 217+74+33=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A21 is #26B5DE. Grayscale: #707070. Windows color (decimal): -2536927 or 2181849. OLE color: 2181849.

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

Color convert

RGB 217 74 33 -
CMYK 0 0.66 0.85 0.15
HSL 13.37º 0.74% 0.49% -
HSV(B) 13.37º 0.85% 0.85% -
XYZ 31.34 19.76 3.6 -
YUV 112.08 83.38 202.83 -
System Red Green Blue C M Y K H S L
Decimal 217 74 33 0 0.66 0.85 0.15 13.37 0.74 0.49
Hex D9 4A 21 0 42 55 F D 4A 31
Octal 331 112 41 0 102 125 17 15 112 61
Binary 11011001 1001010 100001 0 1000010 1010101 1111 1101 1001010 110001

Color Harmonies of #D94A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A21

Black with #D94A21

Text Example


Text Example

White with #D94A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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