Html Css Color HEX #D93836 Persian Red

📋 copy color: '#D93836'

red 217 ◦ green 56 ◦ blue 54

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

Shades of Persian Red #D93836

Tints of Persian Red #D93836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.51%

R = 66.36%
G = 17.13%
B = 16.51%

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

#D93836 (or 0xD93836) is known color: Persian Red. HEX triplet: D9, 38 and 36. RGB value is (217,56,54). Sum of RGB (Red+Green+Blue) = 217+56+54=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D93836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93836 is #26C7C9. Grayscale: #686868. Windows color (decimal): -2541514 or 3553497. OLE color: 3553497.

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

Color convert

RGB 217 56 54 -
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.7 17.85 5.32 -
YUV 103.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 217 56 54 0 0.74 0.75 0.15 0.74 0.68 0.53
Hex D9 38 36 0 4A 4B F 1 44 35
Octal 331 70 66 0 112 113 17 1 104 65
Binary 11011001 111000 110110 0 1001010 1001011 1111 1 1000100 110101

Color Harmonies of #D93836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93836

Black with #D93836

Text Example


Text Example

White with #D93836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93836; }

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

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

background-color css

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

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

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

border-color css

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

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

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