Html Css Color HEX #D93834 Persian Red

📋 copy color: '#D93834'

red 217 ◦ green 56 ◦ blue 52

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

Shades of Persian Red #D93834

Tints of Persian Red #D93834

RGB

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

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

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

R = 66.77%
G = 17.23%
B = 16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D93834 (or 0xD93834) is known color: Persian Red. HEX triplet: D9, 38 and 34. RGB value is (217,56,52). Sum of RGB (Red+Green+Blue) = 217+56+52=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D93834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93834 is #26C7CB. Grayscale: #676767. Windows color (decimal): -2541516 or 3422425. OLE color: 3422425.

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

Color convert

RGB 217 56 52 -
CMYK 0 0.74 0.76 0.15
HSL 1.45º 0.68% 0.53% -
HSV(B) 1.45º 0.76% 0.85% -
XYZ 30.65 17.83 5.07 -
YUV 103.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 217 56 52 0 0.74 0.76 0.15 1.45 0.68 0.53
Hex D9 38 34 0 4A 4C F 1 44 35
Octal 331 70 64 0 112 114 17 1 104 65
Binary 11011001 111000 110100 0 1001010 1001100 1111 1 1000100 110101

Color Harmonies of #D93834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93834

Black with #D93834

Text Example


Text Example

White with #D93834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93834; }

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

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

background-color css

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

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

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

border-color css

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

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

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