Html Css Color HEX #D9352D Persian Red

📋 copy color: '#D9352D'

red 217 ◦ green 53 ◦ blue 45

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

Shades of Persian Red #D9352D

Tints of Persian Red #D9352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 68.89%
G = 16.83%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9352D (or 0xD9352D) is known color: Persian Red. HEX triplet: D9, 35 and 2D. RGB value is (217,53,45). Sum of RGB (Red+Green+Blue) = 217+53+45=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9352D is #26CAD2. Grayscale: #656565. Windows color (decimal): -2542291 or 2962905. OLE color: 2962905.

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

Color convert

RGB 217 53 45 -
CMYK 0 0.76 0.79 0.15
HSL 2.79º 0.69% 0.51% -
HSV(B) 2.79º 0.79% 0.85% -
XYZ 30.36 17.49 4.26 -
YUV 101.12 96.33 210.65 -
System Red Green Blue C M Y K H S L
Decimal 217 53 45 0 0.76 0.79 0.15 2.79 0.69 0.51
Hex D9 35 2D 0 4C 4F F 3 45 33
Octal 331 65 55 0 114 117 17 3 105 63
Binary 11011001 110101 101101 0 1001100 1001111 1111 11 1000101 110011

Color Harmonies of #D9352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9352D

Black with #D9352D

Text Example


Text Example

White with #D9352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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