Html Css Color HEX #DD2323 Persian Red

📋 copy color: '#DD2323'

red 221 ◦ green 35 ◦ blue 35

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

Shades of Persian Red #DD2323

Tints of Persian Red #DD2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.03%

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

R = 75.95%
G = 12.03%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD2323 (or 0xDD2323) is known color: Persian Red. HEX triplet: DD, 23 and 23. RGB value is (221,35,35). Sum of RGB (Red+Green+Blue) = 221+35+35=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2323 is #22DCDC. Grayscale: #5A5A5A. Windows color (decimal): -2284765 or 2302941. OLE color: 2302941.

HSL color Cylindrical-coordinate representation of color #DD2323: hue angle of 0º 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 #DD2323 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 35 35 -
CMYK 0 0.84 0.84 0.13
HSL 0.73% 0.5% -
HSV(B) 0.84% 0.87% -
XYZ 30.72 16.7 3.19 -
YUV 90.61 96.62 221 -
System Red Green Blue C M Y K H S L
Decimal 221 35 35 0 0.84 0.84 0.13 0 0.73 0.5
Hex DD 23 23 0 54 54 D 0 49 32
Octal 335 43 43 0 124 124 15 0 111 62
Binary 11011101 100011 100011 0 1010100 1010100 1101 0 1001001 110010

Color Harmonies of #DD2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2323

Black with #DD2323

Text Example


Text Example

White with #DD2323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2323; }

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

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

background-color css

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

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

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

border-color css

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

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

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