Html Css Color HEX #DD2826 Persian Red

📋 copy color: '#DD2826'

red 221 ◦ green 40 ◦ blue 38

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

Shades of Persian Red #DD2826

Tints of Persian Red #DD2826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

 BLUE value IS 38 (15.23% from 255) = 12.71%

R = 73.91%
G = 13.38%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD2826 (or 0xDD2826) is known color: Persian Red. HEX triplet: DD, 28 and 26. RGB value is (221,40,38). Sum of RGB (Red+Green+Blue) = 221+40+38=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2826 is #22D7D9. Grayscale: #5E5E5E. Windows color (decimal): -2283482 or 2500829. OLE color: 2500829.

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

Color convert

RGB 221 40 38 -
CMYK 0 0.82 0.83 0.13
HSL 0.66º 0.73% 0.51% -
HSV(B) 0.66º 0.83% 0.87% -
XYZ 30.93 17.03 3.49 -
YUV 93.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 221 40 38 0 0.82 0.83 0.13 0.66 0.73 0.51
Hex DD 28 26 0 52 53 D 1 49 33
Octal 335 50 46 0 122 123 15 1 111 63
Binary 11011101 101000 100110 0 1010010 1010011 1101 1 1001001 110011

Color Harmonies of #DD2826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2826

Black with #DD2826

Text Example


Text Example

White with #DD2826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2826; }

 p { color: rgb(221,40,38); }

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

background-color css

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

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

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

border-color css

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

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

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