Html Css Color HEX #D3332F Persian Red

📋 copy color: '#D3332F'

red 211 ◦ green 51 ◦ blue 47

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

Shades of Persian Red #D3332F

Tints of Persian Red #D3332F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 68.28%
G = 16.5%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3332F (or 0xD3332F) is known color: Persian Red. HEX triplet: D3, 33 and 2F. RGB value is (211,51,47). Sum of RGB (Red+Green+Blue) = 211+51+47=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D3332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3332F is #2CCCD0. Grayscale: #626262. Windows color (decimal): -2936017 or 3093459. OLE color: 3093459.

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

Color convert

RGB 211 51 47 -
CMYK 0 0.76 0.78 0.17
HSL 1.46º 0.65% 0.51% -
HSV(B) 1.46º 0.78% 0.83% -
XYZ 28.56 16.42 4.35 -
YUV 98.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 211 51 47 0 0.76 0.78 0.17 1.46 0.65 0.51
Hex D3 33 2F 0 4C 4E 11 1 41 33
Octal 323 63 57 0 114 116 21 1 101 63
Binary 11010011 110011 101111 0 1001100 1001110 10001 1 1000001 110011

Color Harmonies of #D3332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3332F

Black with #D3332F

Text Example


Text Example

White with #D3332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3332F; }

 p { color: rgb(211,51,47); }

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

background-color css

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

 a { background-color: rgb(211,51,47); }

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

border-color css

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

 span { border-color: rgb(211,51,47); }

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