Html Css Color HEX #D3342E Persian Red

📋 copy color: '#D3342E'

red 211 ◦ green 52 ◦ blue 46

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

Shades of Persian Red #D3342E

Tints of Persian Red #D3342E

RGB

 RED value IS 211 (82.81% from 255) = 68.28%

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

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

R = 68.28%
G = 16.83%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3342E (or 0xD3342E) is known color: Persian Red. HEX triplet: D3, 34 and 2E. RGB value is (211,52,46). Sum of RGB (Red+Green+Blue) = 211+52+46=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D3342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3342E is #2CCBD1. Grayscale: #636363. Windows color (decimal): -2935762 or 3028179. OLE color: 3028179.

HSL color Cylindrical-coordinate representation of color #D3342E: hue angle of 2.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3342E is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 52 46 -
CMYK 0 0.75 0.78 0.17
HSL 2.18º 0.65% 0.5% -
HSV(B) 2.18º 0.78% 0.83% -
XYZ 28.59 16.5 4.26 -
YUV 98.86 98.18 207.99 -
System Red Green Blue C M Y K H S L
Decimal 211 52 46 0 0.75 0.78 0.17 2.18 0.65 0.5
Hex D3 34 2E 0 4B 4E 11 2 41 32
Octal 323 64 56 0 113 116 21 2 101 62
Binary 11010011 110100 101110 0 1001011 1001110 10001 10 1000001 110010

Color Harmonies of #D3342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3342E

Black with #D3342E

Text Example


Text Example

White with #D3342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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