Html Css Color HEX #D93737 Persian Red

📋 copy color: '#D93737'

red 217 ◦ green 55 ◦ blue 55

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

Shades of Persian Red #D93737

Tints of Persian Red #D93737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.82%

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

R = 66.36%
G = 16.82%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D93737 (or 0xD93737) is known color: Persian Red. HEX triplet: D9, 37 and 37. RGB value is (217,55,55). Sum of RGB (Red+Green+Blue) = 217+55+55=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D93737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93737 is #26C8C8. Grayscale: #676767. Windows color (decimal): -2541769 or 3618777. OLE color: 3618777.

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

Color convert

RGB 217 55 55 -
CMYK 0 0.75 0.75 0.15
HSL 0.68% 0.53% -
HSV(B) 0.75% 0.85% -
XYZ 30.67 17.76 5.43 -
YUV 103.44 100.67 209 -
System Red Green Blue C M Y K H S L
Decimal 217 55 55 0 0.75 0.75 0.15 0 0.68 0.53
Hex D9 37 37 0 4B 4B F 0 44 35
Octal 331 67 67 0 113 113 17 0 104 65
Binary 11011001 110111 110111 0 1001011 1001011 1111 0 1000100 110101

Color Harmonies of #D93737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93737

Black with #D93737

Text Example


Text Example

White with #D93737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93737; }

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

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

background-color css

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

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

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

border-color css

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

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

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