Html Css Color HEX #D94A33 Cinnabar

📋 copy color: '#D94A33'

red 217 ◦ green 74 ◦ blue 51

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

Shades of Cinnabar #D94A33

Tints of Cinnabar #D94A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 63.45%
G = 21.64%
B = 14.91%

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

#D94A33 (or 0xD94A33) is known color: Cinnabar. HEX triplet: D9, 4A and 33. RGB value is (217,74,51). Sum of RGB (Red+Green+Blue) = 217+74+51=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A33 is #26B5CC. Grayscale: #727272. Windows color (decimal): -2536909 or 3361497. OLE color: 3361497.

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

Color convert

RGB 217 74 51 -
CMYK 0 0.66 0.76 0.15
HSL 8.31º 0.69% 0.53% -
HSV(B) 8.31º 0.76% 0.85% -
XYZ 31.66 19.89 5.3 -
YUV 114.14 92.38 201.37 -
System Red Green Blue C M Y K H S L
Decimal 217 74 51 0 0.66 0.76 0.15 8.31 0.69 0.53
Hex D9 4A 33 0 42 4C F 8 45 35
Octal 331 112 63 0 102 114 17 10 105 65
Binary 11011001 1001010 110011 0 1000010 1001100 1111 1000 1000101 110101

Color Harmonies of #D94A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A33

Black with #D94A33

Text Example


Text Example

White with #D94A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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