Html Css Color HEX #D9352E Persian Red

📋 copy color: '#D9352E'

red 217 ◦ green 53 ◦ blue 46

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

Shades of Persian Red #D9352E

Tints of Persian Red #D9352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.56%

R = 68.67%
G = 16.77%
B = 14.56%

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

#D9352E (or 0xD9352E) is known color: Persian Red. HEX triplet: D9, 35 and 2E. RGB value is (217,53,46). Sum of RGB (Red+Green+Blue) = 217+53+46=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9352E is #26CAD1. Grayscale: #656565. Windows color (decimal): -2542290 or 3028441. OLE color: 3028441.

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

Color convert

RGB 217 53 46 -
CMYK 0 0.76 0.79 0.15
HSL 2.46º 0.69% 0.52% -
HSV(B) 2.46º 0.79% 0.85% -
XYZ 30.38 17.5 4.36 -
YUV 101.24 96.83 210.57 -
System Red Green Blue C M Y K H S L
Decimal 217 53 46 0 0.76 0.79 0.15 2.46 0.69 0.52
Hex D9 35 2E 0 4C 4F F 2 45 34
Octal 331 65 56 0 114 117 17 2 105 64
Binary 11011001 110101 101110 0 1001100 1001111 1111 10 1000101 110100

Color Harmonies of #D9352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9352E

Black with #D9352E

Text Example


Text Example

White with #D9352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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