Html Css Color HEX #D93933 Cinnabar

📋 copy color: '#D93933'

red 217 ◦ green 57 ◦ blue 51

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

Shades of Cinnabar #D93933

Tints of Cinnabar #D93933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

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

R = 66.77%
G = 17.54%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D93933 (or 0xD93933) is known color: Cinnabar. HEX triplet: D9, 39 and 33. RGB value is (217,57,51). Sum of RGB (Red+Green+Blue) = 217+57+51=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D93933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93933 is #26C6CC. Grayscale: #686868. Windows color (decimal): -2541261 or 3357145. OLE color: 3357145.

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

Color convert

RGB 217 57 51 -
CMYK 0 0.74 0.76 0.15
HSL 2.17º 0.69% 0.53% -
HSV(B) 2.17º 0.76% 0.85% -
XYZ 30.68 17.92 4.97 -
YUV 104.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 217 57 51 0 0.74 0.76 0.15 2.17 0.69 0.53
Hex D9 39 33 0 4A 4C F 2 45 35
Octal 331 71 63 0 112 114 17 2 105 65
Binary 11011001 111001 110011 0 1001010 1001100 1111 10 1000101 110101

Color Harmonies of #D93933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93933

Black with #D93933

Text Example


Text Example

White with #D93933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93933; }

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

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

background-color css

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

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

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

border-color css

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

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

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