Html Css Color HEX #DD2E2E Persian Red

📋 copy color: '#DD2E2E'

red 221 ◦ green 46 ◦ blue 46

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

Shades of Persian Red #DD2E2E

Tints of Persian Red #DD2E2E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.7%

 BLUE value IS 46 (18.36% from 255) = 14.7%

R = 70.61%
G = 14.7%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD2E2E (or 0xDD2E2E) is known color: Persian Red. HEX triplet: DD, 2E and 2E. RGB value is (221,46,46). Sum of RGB (Red+Green+Blue) = 221+46+46=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E2E is #22D1D1. Grayscale: #626262. Windows color (decimal): -2281938 or 3026653. OLE color: 3026653.

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

Color convert

RGB 221 46 46 -
CMYK 0 0.79 0.79 0.13
HSL 0.72% 0.52% -
HSV(B) 0.79% 0.87% -
XYZ 31.29 17.52 4.32 -
YUV 98.33 98.48 215.5 -
System Red Green Blue C M Y K H S L
Decimal 221 46 46 0 0.79 0.79 0.13 0 0.72 0.52
Hex DD 2E 2E 0 4F 4F D 0 48 34
Octal 335 56 56 0 117 117 15 0 110 64
Binary 11011101 101110 101110 0 1001111 1001111 1101 0 1001000 110100

Color Harmonies of #DD2E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E2E

Black with #DD2E2E

Text Example


Text Example

White with #DD2E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E2E; }

 p { color: rgb(221,46,46); }

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

background-color css

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

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

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

border-color css

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

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

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