Html Css Color HEX #DD2F2F Persian Red

📋 copy color: '#DD2F2F'

red 221 ◦ green 47 ◦ blue 47

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

Shades of Persian Red #DD2F2F

Tints of Persian Red #DD2F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.92%

R = 70.16%
G = 14.92%
B = 14.92%

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

#DD2F2F (or 0xDD2F2F) is known color: Persian Red. HEX triplet: DD, 2F and 2F. RGB value is (221,47,47). Sum of RGB (Red+Green+Blue) = 221+47+47=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2F2F is #22D0D0. Grayscale: #636363. Windows color (decimal): -2281681 or 3092445. OLE color: 3092445.

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

Color convert

RGB 221 47 47 -
CMYK 0 0.79 0.79 0.13
HSL 0.72% 0.53% -
HSV(B) 0.79% 0.87% -
XYZ 31.35 17.61 4.44 -
YUV 99.03 98.65 215 -
System Red Green Blue C M Y K H S L
Decimal 221 47 47 0 0.79 0.79 0.13 0 0.72 0.53
Hex DD 2F 2F 0 4F 4F D 0 48 35
Octal 335 57 57 0 117 117 15 0 110 65
Binary 11011101 101111 101111 0 1001111 1001111 1101 0 1001000 110101

Color Harmonies of #DD2F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F2F

Black with #DD2F2F

Text Example


Text Example

White with #DD2F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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