Html Css Color HEX #D93A2E Cinnabar

📋 copy color: '#D93A2E'

red 217 ◦ green 58 ◦ blue 46

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

Shades of Cinnabar #D93A2E

Tints of Cinnabar #D93A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 67.6%
G = 18.07%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D93A2E (or 0xD93A2E) is known color: Cinnabar. HEX triplet: D9, 3A and 2E. RGB value is (217,58,46). Sum of RGB (Red+Green+Blue) = 217+58+46=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A2E is #26C5D1. Grayscale: #686868. Windows color (decimal): -2541010 or 3029721. OLE color: 3029721.

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

Color convert

RGB 217 58 46 -
CMYK 0 0.73 0.79 0.15
HSL 4.21º 0.69% 0.52% -
HSV(B) 4.21º 0.79% 0.85% -
XYZ 30.62 17.98 4.44 -
YUV 104.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 217 58 46 0 0.73 0.79 0.15 4.21 0.69 0.52
Hex D9 3A 2E 0 49 4F F 4 45 34
Octal 331 72 56 0 111 117 17 4 105 64
Binary 11011001 111010 101110 0 1001001 1001111 1111 100 1000101 110100

Color Harmonies of #D93A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A2E

Black with #D93A2E

Text Example


Text Example

White with #D93A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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