Html Css Color HEX #D93A2C Cinnabar

📋 copy color: '#D93A2C'

red 217 ◦ green 58 ◦ blue 44

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

Shades of Cinnabar #D93A2C

Tints of Cinnabar #D93A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.18%

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 68.03%
G = 18.18%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D93A2C (or 0xD93A2C) is known color: Cinnabar. HEX triplet: D9, 3A and 2C. RGB value is (217,58,44). Sum of RGB (Red+Green+Blue) = 217+58+44=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A2C is #26C5D3. Grayscale: #686868. Windows color (decimal): -2541012 or 2898649. OLE color: 2898649.

HSL color Cylindrical-coordinate representation of color #D93A2C: hue angle of 4.86º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D93A2C is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 58 44 -
CMYK 0 0.73 0.80 0.15
HSL 4.86º 0.69% 0.51% -
HSV(B) 4.86º 0.8% 0.85% -
XYZ 30.58 17.96 4.24 -
YUV 103.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 217 58 44 0 0.73 0.80 0.15 4.86 0.69 0.51
Hex D9 3A 2C 0 49 50 F 5 45 33
Octal 331 72 54 0 111 120 17 5 105 63
Binary 11011001 111010 101100 0 1001001 1010000 1111 101 1000101 110011

Color Harmonies of #D93A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A2C

Black with #D93A2C

Text Example


Text Example

White with #D93A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A2C; }

 p { color: rgb(217,58,44); }

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

background-color css

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

 a { background-color: rgb(217,58,44); }

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

border-color css

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

 span { border-color: rgb(217,58,44); }

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