Html Css Color HEX #D93A27 Cinnabar

📋 copy color: '#D93A27'

red 217 ◦ green 58 ◦ blue 39

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

Shades of Cinnabar #D93A27

Tints of Cinnabar #D93A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.42%

R = 69.11%
G = 18.47%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D93A27 (or 0xD93A27) is known color: Cinnabar. HEX triplet: D9, 3A and 27. RGB value is (217,58,39). Sum of RGB (Red+Green+Blue) = 217+58+39=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A27 is #26C5D8. Grayscale: #676767. Windows color (decimal): -2541017 or 2570969. OLE color: 2570969.

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

Color convert

RGB 217 58 39 -
CMYK 0 0.73 0.82 0.15
HSL 6.4º 0.7% 0.5% -
HSV(B) 6.4º 0.82% 0.85% -
XYZ 30.49 17.92 3.77 -
YUV 103.38 91.68 209.04 -
System Red Green Blue C M Y K H S L
Decimal 217 58 39 0 0.73 0.82 0.15 6.4 0.7 0.5
Hex D9 3A 27 0 49 52 F 6 46 32
Octal 331 72 47 0 111 122 17 6 106 62
Binary 11011001 111010 100111 0 1001001 1010010 1111 110 1000110 110010

Color Harmonies of #D93A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A27

Black with #D93A27

Text Example


Text Example

White with #D93A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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