Html Css Color HEX #DD2F28 Persian Red

📋 copy color: '#DD2F28'

red 221 ◦ green 47 ◦ blue 40

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

Shades of Persian Red #DD2F28

Tints of Persian Red #DD2F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.26%

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 71.75%
G = 15.26%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD2F28 (or 0xDD2F28) is known color: Persian Red. HEX triplet: DD, 2F and 28. RGB value is (221,47,40). Sum of RGB (Red+Green+Blue) = 221+47+40=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2F28 is #22D0D7. Grayscale: #626262. Windows color (decimal): -2281688 or 2633693. OLE color: 2633693.

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

Color convert

RGB 221 47 40 -
CMYK 0 0.79 0.82 0.13
HSL 2.32º 0.73% 0.51% -
HSV(B) 2.32º 0.82% 0.87% -
XYZ 31.22 17.56 3.75 -
YUV 98.23 95.15 215.57 -
System Red Green Blue C M Y K H S L
Decimal 221 47 40 0 0.79 0.82 0.13 2.32 0.73 0.51
Hex DD 2F 28 0 4F 52 D 2 49 33
Octal 335 57 50 0 117 122 15 2 111 63
Binary 11011101 101111 101000 0 1001111 1010010 1101 10 1001001 110011

Color Harmonies of #DD2F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F28

Black with #DD2F28

Text Example


Text Example

White with #DD2F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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