Html Css Color HEX #D93937 Persian Red

📋 copy color: '#D93937'

red 217 ◦ green 57 ◦ blue 55

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

Shades of Persian Red #D93937

Tints of Persian Red #D93937

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

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

R = 65.96%
G = 17.33%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D93937 (or 0xD93937) is known color: Persian Red. HEX triplet: D9, 39 and 37. RGB value is (217,57,55). Sum of RGB (Red+Green+Blue) = 217+57+55=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D93937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93937 is #26C6C8. Grayscale: #686868. Windows color (decimal): -2541257 or 3619289. OLE color: 3619289.

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

Color convert

RGB 217 57 55 -
CMYK 0 0.74 0.75 0.15
HSL 0.74º 0.68% 0.53% -
HSV(B) 0.74º 0.75% 0.85% -
XYZ 30.77 17.95 5.46 -
YUV 104.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 217 57 55 0 0.74 0.75 0.15 0.74 0.68 0.53
Hex D9 39 37 0 4A 4B F 1 44 35
Octal 331 71 67 0 112 113 17 1 104 65
Binary 11011001 111001 110111 0 1001010 1001011 1111 1 1000100 110101

Color Harmonies of #D93937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93937

Black with #D93937

Text Example


Text Example

White with #D93937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93937; }

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

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

background-color css

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

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

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

border-color css

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

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

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