Html Css Color HEX #D94933 Cinnabar

📋 copy color: '#D94933'

red 217 ◦ green 73 ◦ blue 51

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

Shades of Cinnabar #D94933

Tints of Cinnabar #D94933

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

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

R = 63.64%
G = 21.41%
B = 14.96%

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

#D94933 (or 0xD94933) is known color: Cinnabar. HEX triplet: D9, 49 and 33. RGB value is (217,73,51). Sum of RGB (Red+Green+Blue) = 217+73+51=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D94933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94933 is #26B6CC. Grayscale: #717171. Windows color (decimal): -2537165 or 3361241. OLE color: 3361241.

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

Color convert

RGB 217 73 51 -
CMYK 0 0.66 0.76 0.15
HSL 7.95º 0.69% 0.53% -
HSV(B) 7.95º 0.76% 0.85% -
XYZ 31.6 19.76 5.28 -
YUV 113.55 92.71 201.79 -
System Red Green Blue C M Y K H S L
Decimal 217 73 51 0 0.66 0.76 0.15 7.95 0.69 0.53
Hex D9 49 33 0 42 4C F 8 45 35
Octal 331 111 63 0 102 114 17 10 105 65
Binary 11011001 1001001 110011 0 1000010 1001100 1111 1000 1000101 110101

Color Harmonies of #D94933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94933

Black with #D94933

Text Example


Text Example

White with #D94933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94933; }

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

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

background-color css

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

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

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

border-color css

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

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

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