Html Css Color HEX #D93F37 Cinnabar

📋 copy color: '#D93F37'

red 217 ◦ green 63 ◦ blue 55

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

Shades of Cinnabar #D93F37

Tints of Cinnabar #D93F37

RGB

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

 GREEN value IS 63 (25% from 255) = 18.81%

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

R = 64.78%
G = 18.81%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D93F37 (or 0xD93F37) is known color: Cinnabar. HEX triplet: D9, 3F and 37. RGB value is (217,63,55). Sum of RGB (Red+Green+Blue) = 217+63+55=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93F37 is #26C0C8. Grayscale: #6C6C6C. Windows color (decimal): -2539721 or 3620825. OLE color: 3620825.

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

Color convert

RGB 217 63 55 -
CMYK 0 0.71 0.75 0.15
HSL 2.96º 0.68% 0.53% -
HSV(B) 2.96º 0.75% 0.85% -
XYZ 31.08 18.58 5.56 -
YUV 108.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 217 63 55 0 0.71 0.75 0.15 2.96 0.68 0.53
Hex D9 3F 37 0 47 4B F 3 44 35
Octal 331 77 67 0 107 113 17 3 104 65
Binary 11011001 111111 110111 0 1000111 1001011 1111 11 1000100 110101

Color Harmonies of #D93F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93F37

Black with #D93F37

Text Example


Text Example

White with #D93F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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