Html Css Color HEX #DD3022 Persian Red

📋 copy color: '#DD3022'

red 221 ◦ green 48 ◦ blue 34

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

Shades of Persian Red #DD3022

Tints of Persian Red #DD3022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.84%

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

R = 72.94%
G = 15.84%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD3022 (or 0xDD3022) is known color: Persian Red. HEX triplet: DD, 30 and 22. RGB value is (221,48,34). Sum of RGB (Red+Green+Blue) = 221+48+34=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3022 is #22CFDD. Grayscale: #626262. Windows color (decimal): -2281438 or 2240733. OLE color: 2240733.

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

Color convert

RGB 221 48 34 -
CMYK 0 0.78 0.85 0.13
HSL 4.49º 0.73% 0.5% -
HSV(B) 4.49º 0.85% 0.87% -
XYZ 31.16 17.6 3.27 -
YUV 98.13 91.81 215.64 -
System Red Green Blue C M Y K H S L
Decimal 221 48 34 0 0.78 0.85 0.13 4.49 0.73 0.5
Hex DD 30 22 0 4E 55 D 4 49 32
Octal 335 60 42 0 116 125 15 4 111 62
Binary 11011101 110000 100010 0 1001110 1010101 1101 100 1001001 110010

Color Harmonies of #DD3022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3022

Black with #DD3022

Text Example


Text Example

White with #DD3022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3022; }

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

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

background-color css

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

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

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

border-color css

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

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

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