Html Css Color HEX #D9342C Persian Red

📋 copy color: '#D9342C'

red 217 ◦ green 52 ◦ blue 44

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

Shades of Persian Red #D9342C

Tints of Persian Red #D9342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 69.33%
G = 16.61%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9342C (or 0xD9342C) is known color: Persian Red. HEX triplet: D9, 34 and 2C. RGB value is (217,52,44). Sum of RGB (Red+Green+Blue) = 217+52+44=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9342C is #26CBD3. Grayscale: #646464. Windows color (decimal): -2542548 or 2897113. OLE color: 2897113.

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

Color convert

RGB 217 52 44 -
CMYK 0 0.76 0.80 0.15
HSL 2.77º 0.69% 0.51% -
HSV(B) 2.77º 0.8% 0.85% -
XYZ 30.3 17.39 4.14 -
YUV 100.42 96.16 211.15 -
System Red Green Blue C M Y K H S L
Decimal 217 52 44 0 0.76 0.80 0.15 2.77 0.69 0.51
Hex D9 34 2C 0 4C 50 F 3 45 33
Octal 331 64 54 0 114 120 17 3 105 63
Binary 11011001 110100 101100 0 1001100 1010000 1111 11 1000101 110011

Color Harmonies of #D9342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9342C

Black with #D9342C

Text Example


Text Example

White with #D9342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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