Html Css Color HEX #DD2926 Persian Red

📋 copy color: '#DD2926'

red 221 ◦ green 41 ◦ blue 38

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

Shades of Persian Red #DD2926

Tints of Persian Red #DD2926

RGB

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

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

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

R = 73.67%
G = 13.67%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD2926 (or 0xDD2926) is known color: Persian Red. HEX triplet: DD, 29 and 26. RGB value is (221,41,38). Sum of RGB (Red+Green+Blue) = 221+41+38=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2926 is #22D6D9. Grayscale: #5E5E5E. Windows color (decimal): -2283226 or 2501085. OLE color: 2501085.

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

Color convert

RGB 221 41 38 -
CMYK 0 0.81 0.83 0.13
HSL 0.98º 0.73% 0.51% -
HSV(B) 0.98º 0.83% 0.87% -
XYZ 30.96 17.1 3.5 -
YUV 94.48 96.13 218.24 -
System Red Green Blue C M Y K H S L
Decimal 221 41 38 0 0.81 0.83 0.13 0.98 0.73 0.51
Hex DD 29 26 0 51 53 D 1 49 33
Octal 335 51 46 0 121 123 15 1 111 63
Binary 11011101 101001 100110 0 1010001 1010011 1101 1 1001001 110011

Color Harmonies of #DD2926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2926

Black with #DD2926

Text Example


Text Example

White with #DD2926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2926; }

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

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

background-color css

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

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

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

border-color css

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

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

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