Html Css Color HEX #DD332F Persian Red

📋 copy color: '#DD332F'

red 221 ◦ green 51 ◦ blue 47

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

Shades of Persian Red #DD332F

Tints of Persian Red #DD332F

RGB

 RED value IS 221 (86.72% from 255) = 69.28%

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

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

R = 69.28%
G = 15.99%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD332F (or 0xDD332F) is known color: Persian Red. HEX triplet: DD, 33 and 2F. RGB value is (221,51,47). Sum of RGB (Red+Green+Blue) = 221+51+47=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD332F is #22CCD0. Grayscale: #656565. Windows color (decimal): -2280657 or 3093469. OLE color: 3093469.

HSL color Cylindrical-coordinate representation of color #DD332F: hue angle of 1.38º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD332F is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 47 -
CMYK 0 0.77 0.79 0.13
HSL 1.38º 0.72% 0.53% -
HSV(B) 1.38º 0.79% 0.87% -
XYZ 31.52 17.95 4.49 -
YUV 101.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 221 51 47 0 0.77 0.79 0.13 1.38 0.72 0.53
Hex DD 33 2F 0 4D 4F D 1 48 35
Octal 335 63 57 0 115 117 15 1 110 65
Binary 11011101 110011 101111 0 1001101 1001111 1101 1 1001000 110101

Color Harmonies of #DD332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD332F

Black with #DD332F

Text Example


Text Example

White with #DD332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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