Html Css Color HEX #D93534 Persian Red

📋 copy color: '#D93534'

red 217 ◦ green 53 ◦ blue 52

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

Shades of Persian Red #D93534

Tints of Persian Red #D93534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.46%

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 67.39%
G = 16.46%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D93534 (or 0xD93534) is known color: Persian Red. HEX triplet: D9, 35 and 34. RGB value is (217,53,52). Sum of RGB (Red+Green+Blue) = 217+53+52=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D93534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93534 is #26CACB. Grayscale: #666666. Windows color (decimal): -2542284 or 3421657. OLE color: 3421657.

HSL color Cylindrical-coordinate representation of color #D93534: hue angle of 0.36º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93534 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 52 -
CMYK 0 0.76 0.76 0.15
HSL 0.36º 0.68% 0.53% -
HSV(B) 0.36º 0.76% 0.85% -
XYZ 30.51 17.55 5.03 -
YUV 101.92 99.83 210.08 -
System Red Green Blue C M Y K H S L
Decimal 217 53 52 0 0.76 0.76 0.15 0.36 0.68 0.53
Hex D9 35 34 0 4C 4C F 0 44 35
Octal 331 65 64 0 114 114 17 0 104 65
Binary 11011001 110101 110100 0 1001100 1001100 1111 0 1000100 110101

Color Harmonies of #D93534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93534

Black with #D93534

Text Example


Text Example

White with #D93534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93534; }

 p { color: rgb(217,53,52); }

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

background-color css

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

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

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

border-color css

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

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

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