Html Css Color HEX #DD2F23 Persian Red

📋 copy color: '#DD2F23'

red 221 ◦ green 47 ◦ blue 35

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

Shades of Persian Red #DD2F23

Tints of Persian Red #DD2F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.55%

R = 72.94%
G = 15.51%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD2F23 (or 0xDD2F23) is known color: Persian Red. HEX triplet: DD, 2F and 23. RGB value is (221,47,35). Sum of RGB (Red+Green+Blue) = 221+47+35=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2F23 is #22D0DC. Grayscale: #616161. Windows color (decimal): -2281693 or 2306013. OLE color: 2306013.

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

Color convert

RGB 221 47 35 -
CMYK 0 0.79 0.84 0.13
HSL 3.87º 0.73% 0.5% -
HSV(B) 3.87º 0.84% 0.87% -
XYZ 31.14 17.53 3.33 -
YUV 97.66 92.65 215.98 -
System Red Green Blue C M Y K H S L
Decimal 221 47 35 0 0.79 0.84 0.13 3.87 0.73 0.5
Hex DD 2F 23 0 4F 54 D 4 49 32
Octal 335 57 43 0 117 124 15 4 111 62
Binary 11011101 101111 100011 0 1001111 1010100 1101 100 1001001 110010

Color Harmonies of #DD2F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F23

Black with #DD2F23

Text Example


Text Example

White with #DD2F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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