Html Css Color HEX #DD2422 Persian Red

📋 copy color: '#DD2422'

red 221 ◦ green 36 ◦ blue 34

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

Shades of Persian Red #DD2422

Tints of Persian Red #DD2422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.37%

 BLUE value IS 34 (13.67% from 255) = 11.68%

R = 75.95%
G = 12.37%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD2422 (or 0xDD2422) is known color: Persian Red. HEX triplet: DD, 24 and 22. RGB value is (221,36,34). Sum of RGB (Red+Green+Blue) = 221+36+34=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2422 is #22DBDD. Grayscale: #5B5B5B. Windows color (decimal): -2284510 or 2237661. OLE color: 2237661.

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

Color convert

RGB 221 36 34 -
CMYK 0 0.84 0.85 0.13
HSL 0.64º 0.73% 0.5% -
HSV(B) 0.64º 0.85% 0.87% -
XYZ 30.74 16.75 3.13 -
YUV 91.09 95.79 220.66 -
System Red Green Blue C M Y K H S L
Decimal 221 36 34 0 0.84 0.85 0.13 0.64 0.73 0.5
Hex DD 24 22 0 54 55 D 1 49 32
Octal 335 44 42 0 124 125 15 1 111 62
Binary 11011101 100100 100010 0 1010100 1010101 1101 1 1001001 110010

Color Harmonies of #DD2422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2422

Black with #DD2422

Text Example


Text Example

White with #DD2422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2422; }

 p { color: rgb(221,36,34); }

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

background-color css

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

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

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

border-color css

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

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

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