Html Css Color HEX #DD2B23 Persian Red

📋 copy color: '#DD2B23'

red 221 ◦ green 43 ◦ blue 35

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

Shades of Persian Red #DD2B23

Tints of Persian Red #DD2B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.38%

 BLUE value IS 35 (14.06% from 255) = 11.71%

R = 73.91%
G = 14.38%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD2B23 (or 0xDD2B23) is known color: Persian Red. HEX triplet: DD, 2B and 23. RGB value is (221,43,35). Sum of RGB (Red+Green+Blue) = 221+43+35=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B23 is #22D4DC. Grayscale: #5F5F5F. Windows color (decimal): -2282717 or 2304989. OLE color: 2304989.

HSL color Cylindrical-coordinate representation of color #DD2B23: hue angle of 2.58º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2B23 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 43 35 -
CMYK 0 0.81 0.84 0.13
HSL 2.58º 0.73% 0.5% -
HSV(B) 2.58º 0.84% 0.87% -
XYZ 30.99 17.22 3.28 -
YUV 95.31 93.97 217.65 -
System Red Green Blue C M Y K H S L
Decimal 221 43 35 0 0.81 0.84 0.13 2.58 0.73 0.5
Hex DD 2B 23 0 51 54 D 3 49 32
Octal 335 53 43 0 121 124 15 3 111 62
Binary 11011101 101011 100011 0 1010001 1010100 1101 11 1001001 110010

Color Harmonies of #DD2B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B23

Black with #DD2B23

Text Example


Text Example

White with #DD2B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B23; }

 p { color: rgb(221,43,35); }

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

background-color css

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

 a { background-color: rgb(221,43,35); }

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

border-color css

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

 span { border-color: rgb(221,43,35); }

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