Html Css Color HEX #D94A32 Cinnabar

📋 copy color: '#D94A32'

red 217 ◦ green 74 ◦ blue 50

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

Shades of Cinnabar #D94A32

Tints of Cinnabar #D94A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 63.64%
G = 21.7%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D94A32 (or 0xD94A32) is known color: Cinnabar. HEX triplet: D9, 4A and 32. RGB value is (217,74,50). Sum of RGB (Red+Green+Blue) = 217+74+50=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A32 is #26B5CD. Grayscale: #727272. Windows color (decimal): -2536910 or 3295961. OLE color: 3295961.

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

Color convert

RGB 217 74 50 -
CMYK 0 0.66 0.77 0.15
HSL 8.62º 0.69% 0.52% -
HSV(B) 8.62º 0.77% 0.85% -
XYZ 31.64 19.88 5.19 -
YUV 114.02 91.88 201.45 -
System Red Green Blue C M Y K H S L
Decimal 217 74 50 0 0.66 0.77 0.15 8.62 0.69 0.52
Hex D9 4A 32 0 42 4D F 9 45 34
Octal 331 112 62 0 102 115 17 11 105 64
Binary 11011001 1001010 110010 0 1000010 1001101 1111 1001 1000101 110100

Color Harmonies of #D94A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A32

Black with #D94A32

Text Example


Text Example

White with #D94A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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