Html Css Color HEX #D94A34 Cinnabar

📋 copy color: '#D94A34'

red 217 ◦ green 74 ◦ blue 52

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

Shades of Cinnabar #D94A34

Tints of Cinnabar #D94A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.16%

R = 63.27%
G = 21.57%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D94A34 (or 0xD94A34) is known color: Cinnabar. HEX triplet: D9, 4A and 34. RGB value is (217,74,52). Sum of RGB (Red+Green+Blue) = 217+74+52=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A34 is #26B5CB. Grayscale: #727272. Windows color (decimal): -2536908 or 3427033. OLE color: 3427033.

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

Color convert

RGB 217 74 52 -
CMYK 0 0.66 0.76 0.15
HSL 0.68% 0.53% -
HSV(B) 0.76% 0.85% -
XYZ 31.68 19.9 5.42 -
YUV 114.25 92.88 201.29 -
System Red Green Blue C M Y K H S L
Decimal 217 74 52 0 0.66 0.76 0.15 8 0.68 0.53
Hex D9 4A 34 0 42 4C F 8 44 35
Octal 331 112 64 0 102 114 17 10 104 65
Binary 11011001 1001010 110100 0 1000010 1001100 1111 1000 1000100 110101

Color Harmonies of #D94A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A34

Black with #D94A34

Text Example


Text Example

White with #D94A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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