Html Css Color HEX #D3342D Persian Red

📋 copy color: '#D3342D'

red 211 ◦ green 52 ◦ blue 45

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

Shades of Persian Red #D3342D

Tints of Persian Red #D3342D

RGB

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

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

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

R = 68.51%
G = 16.88%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D3342D (or 0xD3342D) is known color: Persian Red. HEX triplet: D3, 34 and 2D. RGB value is (211,52,45). Sum of RGB (Red+Green+Blue) = 211+52+45=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D3342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3342D is #2CCBD2. Grayscale: #626262. Windows color (decimal): -2935763 or 2962643. OLE color: 2962643.

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

Color convert

RGB 211 52 45 -
CMYK 0 0.75 0.79 0.17
HSL 2.53º 0.65% 0.5% -
HSV(B) 2.53º 0.79% 0.83% -
XYZ 28.57 16.49 4.16 -
YUV 98.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 211 52 45 0 0.75 0.79 0.17 2.53 0.65 0.5
Hex D3 34 2D 0 4B 4F 11 3 41 32
Octal 323 64 55 0 113 117 21 3 101 62
Binary 11010011 110100 101101 0 1001011 1001111 10001 11 1000001 110010

Color Harmonies of #D3342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3342D

Black with #D3342D

Text Example


Text Example

White with #D3342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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