Html Css Color HEX #D33532 Persian Red

📋 copy color: '#D33532'

red 211 ◦ green 53 ◦ blue 50

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

Shades of Persian Red #D33532

Tints of Persian Red #D33532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 67.2%
G = 16.88%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D33532 (or 0xD33532) is known color: Persian Red. HEX triplet: D3, 35 and 32. RGB value is (211,53,50). Sum of RGB (Red+Green+Blue) = 211+53+50=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D33532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33532 is #2CCACD. Grayscale: #646464. Windows color (decimal): -2935502 or 3290579. OLE color: 3290579.

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

Color convert

RGB 211 53 50 -
CMYK 0 0.75 0.76 0.17
HSL 1.12º 0.65% 0.51% -
HSV(B) 1.12º 0.76% 0.83% -
XYZ 28.71 16.63 4.71 -
YUV 99.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 211 53 50 0 0.75 0.76 0.17 1.12 0.65 0.51
Hex D3 35 32 0 4B 4C 11 1 41 33
Octal 323 65 62 0 113 114 21 1 101 63
Binary 11010011 110101 110010 0 1001011 1001100 10001 1 1000001 110011

Color Harmonies of #D33532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33532

Black with #D33532

Text Example


Text Example

White with #D33532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33532; }

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

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

background-color css

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

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

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

border-color css

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

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

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