Html Css Color HEX #DD2927 Persian Red

📋 copy color: '#DD2927'

red 221 ◦ green 41 ◦ blue 39

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

Shades of Persian Red #DD2927

Tints of Persian Red #DD2927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 39 (15.63% from 255) = 12.96%

R = 73.42%
G = 13.62%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD2927 (or 0xDD2927) is known color: Persian Red. HEX triplet: DD, 29 and 27. RGB value is (221,41,39). Sum of RGB (Red+Green+Blue) = 221+41+39=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2927 is #22D6D8. Grayscale: #5E5E5E. Windows color (decimal): -2283225 or 2566621. OLE color: 2566621.

HSL color Cylindrical-coordinate representation of color #DD2927: 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.82%. Process color model (Four color, CMYK) of #DD2927 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 39 -
CMYK 0 0.81 0.82 0.13
HSL 0.66º 0.73% 0.51% -
HSV(B) 0.66º 0.82% 0.87% -
XYZ 30.98 17.1 3.59 -
YUV 94.59 96.63 218.16 -
System Red Green Blue C M Y K H S L
Decimal 221 41 39 0 0.81 0.82 0.13 0.66 0.73 0.51
Hex DD 29 27 0 51 52 D 1 49 33
Octal 335 51 47 0 121 122 15 1 111 63
Binary 11011101 101001 100111 0 1010001 1010010 1101 1 1001001 110011

Color Harmonies of #DD2927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2927

Black with #DD2927

Text Example


Text Example

White with #DD2927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2927; }

 p { color: rgb(221,41,39); }

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

background-color css

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

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

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

border-color css

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

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

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