Html Css Color HEX #D3352B Persian Red

📋 copy color: '#D3352B'

red 211 ◦ green 53 ◦ blue 43

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

Shades of Persian Red #D3352B

Tints of Persian Red #D3352B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 68.73%
G = 17.26%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3352B (or 0xD3352B) is known color: Persian Red. HEX triplet: D3, 35 and 2B. RGB value is (211,53,43). Sum of RGB (Red+Green+Blue) = 211+53+43=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3352B is #2CCAD4. Grayscale: #636363. Windows color (decimal): -2935509 or 2831827. OLE color: 2831827.

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

Color convert

RGB 211 53 43 -
CMYK 0 0.75 0.80 0.17
HSL 3.57º 0.66% 0.5% -
HSV(B) 3.57º 0.8% 0.83% -
XYZ 28.57 16.57 3.98 -
YUV 99.1 96.35 207.81 -
System Red Green Blue C M Y K H S L
Decimal 211 53 43 0 0.75 0.80 0.17 3.57 0.66 0.5
Hex D3 35 2B 0 4B 50 11 4 42 32
Octal 323 65 53 0 113 120 21 4 102 62
Binary 11010011 110101 101011 0 1001011 1010000 10001 100 1000010 110010

Color Harmonies of #D3352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3352B

Black with #D3352B

Text Example


Text Example

White with #D3352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3352B; }

 p { color: rgb(211,53,43); }

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

background-color css

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

 a { background-color: rgb(211,53,43); }

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

border-color css

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

 span { border-color: rgb(211,53,43); }

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