Html Css Color HEX #D9342E Persian Red

📋 copy color: '#D9342E'

red 217 ◦ green 52 ◦ blue 46

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

Shades of Persian Red #D9342E

Tints of Persian Red #D9342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

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

R = 68.89%
G = 16.51%
B = 14.6%

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

#D9342E (or 0xD9342E) is known color: Persian Red. HEX triplet: D9, 34 and 2E. RGB value is (217,52,46). Sum of RGB (Red+Green+Blue) = 217+52+46=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9342E is #26CBD1. Grayscale: #646464. Windows color (decimal): -2542546 or 3028185. OLE color: 3028185.

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

Color convert

RGB 217 52 46 -
CMYK 0 0.76 0.79 0.15
HSL 2.11º 0.69% 0.52% -
HSV(B) 2.11º 0.79% 0.85% -
XYZ 30.34 17.4 4.35 -
YUV 100.65 97.16 210.99 -
System Red Green Blue C M Y K H S L
Decimal 217 52 46 0 0.76 0.79 0.15 2.11 0.69 0.52
Hex D9 34 2E 0 4C 4F F 2 45 34
Octal 331 64 56 0 114 117 17 2 105 64
Binary 11011001 110100 101110 0 1001100 1001111 1111 10 1000101 110100

Color Harmonies of #D9342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9342E

Black with #D9342E

Text Example


Text Example

White with #D9342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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