Html Css Color HEX #DD3130 Persian Red

📋 copy color: '#DD3130'

red 221 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #DD3130

Tints of Persian Red #DD3130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

 BLUE value IS 48 (19.14% from 255) = 15.09%

R = 69.5%
G = 15.41%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD3130 (or 0xDD3130) is known color: Persian Red. HEX triplet: DD, 31 and 30. RGB value is (221,49,48). Sum of RGB (Red+Green+Blue) = 221+49+48=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3130 is #22CECF. Grayscale: #646464. Windows color (decimal): -2281168 or 3158493. OLE color: 3158493.

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

Color convert

RGB 221 49 48 -
CMYK 0 0.78 0.78 0.13
HSL 0.35º 0.72% 0.53% -
HSV(B) 0.35º 0.78% 0.87% -
XYZ 31.45 17.78 4.57 -
YUV 100.31 98.48 214.08 -
System Red Green Blue C M Y K H S L
Decimal 221 49 48 0 0.78 0.78 0.13 0.35 0.72 0.53
Hex DD 31 30 0 4E 4E D 0 48 35
Octal 335 61 60 0 116 116 15 0 110 65
Binary 11011101 110001 110000 0 1001110 1001110 1101 0 1001000 110101

Color Harmonies of #DD3130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3130

Black with #DD3130

Text Example


Text Example

White with #DD3130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3130; }

 p { color: rgb(221,49,48); }

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

background-color css

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

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

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

border-color css

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

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

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