Html Css Color HEX #D93837 Persian Red

📋 copy color: '#D93837'

red 217 ◦ green 56 ◦ blue 55

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

Shades of Persian Red #D93837

Tints of Persian Red #D93837

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.07%

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

R = 66.16%
G = 17.07%
B = 16.77%

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

#D93837 (or 0xD93837) is known color: Persian Red. HEX triplet: D9, 38 and 37. RGB value is (217,56,55). Sum of RGB (Red+Green+Blue) = 217+56+55=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D93837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93837 is #26C7C8. Grayscale: #686868. Windows color (decimal): -2541513 or 3619033. OLE color: 3619033.

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

Color convert

RGB 217 56 55 -
CMYK 0 0.74 0.75 0.15
HSL 0.37º 0.68% 0.53% -
HSV(B) 0.37º 0.75% 0.85% -
XYZ 30.72 17.86 5.44 -
YUV 104.03 100.34 208.58 -
System Red Green Blue C M Y K H S L
Decimal 217 56 55 0 0.74 0.75 0.15 0.37 0.68 0.53
Hex D9 38 37 0 4A 4B F 0 44 35
Octal 331 70 67 0 112 113 17 0 104 65
Binary 11011001 111000 110111 0 1001010 1001011 1111 0 1000100 110101

Color Harmonies of #D93837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93837

Black with #D93837

Text Example


Text Example

White with #D93837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93837; }

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

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

background-color css

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

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

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

border-color css

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

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

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