Html Css Color HEX #D93D37 Cinnabar

📋 copy color: '#D93D37'

red 217 ◦ green 61 ◦ blue 55

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

Shades of Cinnabar #D93D37

Tints of Cinnabar #D93D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

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

R = 65.17%
G = 18.32%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D93D37 (or 0xD93D37) is known color: Cinnabar. HEX triplet: D9, 3D and 37. RGB value is (217,61,55). Sum of RGB (Red+Green+Blue) = 217+61+55=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D37 is #26C2C8. Grayscale: #6B6B6B. Windows color (decimal): -2540233 or 3620313. OLE color: 3620313.

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

Color convert

RGB 217 61 55 -
CMYK 0 0.72 0.75 0.15
HSL 2.22º 0.68% 0.53% -
HSV(B) 2.22º 0.75% 0.85% -
XYZ 30.97 18.37 5.53 -
YUV 106.96 98.68 206.49 -
System Red Green Blue C M Y K H S L
Decimal 217 61 55 0 0.72 0.75 0.15 2.22 0.68 0.53
Hex D9 3D 37 0 48 4B F 2 44 35
Octal 331 75 67 0 110 113 17 2 104 65
Binary 11011001 111101 110111 0 1001000 1001011 1111 10 1000100 110101

Color Harmonies of #D93D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D37

Black with #D93D37

Text Example


Text Example

White with #D93D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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