Html Css Color HEX #DD3023 Persian Red

📋 copy color: '#DD3023'

red 221 ◦ green 48 ◦ blue 35

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

Shades of Persian Red #DD3023

Tints of Persian Red #DD3023

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

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

R = 72.7%
G = 15.79%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD3023 (or 0xDD3023) is known color: Persian Red. HEX triplet: DD, 30 and 23. RGB value is (221,48,35). Sum of RGB (Red+Green+Blue) = 221+48+35=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3023 is #22CFDC. Grayscale: #626262. Windows color (decimal): -2281437 or 2306269. OLE color: 2306269.

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

Color convert

RGB 221 48 35 -
CMYK 0 0.78 0.84 0.13
HSL 4.19º 0.73% 0.5% -
HSV(B) 4.19º 0.84% 0.87% -
XYZ 31.18 17.61 3.35 -
YUV 98.25 92.31 215.56 -
System Red Green Blue C M Y K H S L
Decimal 221 48 35 0 0.78 0.84 0.13 4.19 0.73 0.5
Hex DD 30 23 0 4E 54 D 4 49 32
Octal 335 60 43 0 116 124 15 4 111 62
Binary 11011101 110000 100011 0 1001110 1010100 1101 100 1001001 110010

Color Harmonies of #DD3023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3023

Black with #DD3023

Text Example


Text Example

White with #DD3023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3023; }

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

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

background-color css

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

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

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

border-color css

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

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

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