Html Css Color HEX #D93A37 Cinnabar

📋 copy color: '#D93A37'

red 217 ◦ green 58 ◦ blue 55

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

Shades of Cinnabar #D93A37

Tints of Cinnabar #D93A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.67%

R = 65.76%
G = 17.58%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D93A37 (or 0xD93A37) is known color: Cinnabar. HEX triplet: D9, 3A and 37. RGB value is (217,58,55). Sum of RGB (Red+Green+Blue) = 217+58+55=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A37 is #26C5C8. Grayscale: #696969. Windows color (decimal): -2541001 or 3619545. OLE color: 3619545.

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

Color convert

RGB 217 58 55 -
CMYK 0 0.73 0.75 0.15
HSL 1.11º 0.68% 0.53% -
HSV(B) 1.11º 0.75% 0.85% -
XYZ 30.82 18.05 5.47 -
YUV 105.2 99.68 207.74 -
System Red Green Blue C M Y K H S L
Decimal 217 58 55 0 0.73 0.75 0.15 1.11 0.68 0.53
Hex D9 3A 37 0 49 4B F 1 44 35
Octal 331 72 67 0 111 113 17 1 104 65
Binary 11011001 111010 110111 0 1001001 1001011 1111 1 1000100 110101

Color Harmonies of #D93A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A37

Black with #D93A37

Text Example


Text Example

White with #D93A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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