Html Css Color HEX #DD302C Persian Red

📋 copy color: '#DD302C'

red 221 ◦ green 48 ◦ blue 44

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

Shades of Persian Red #DD302C

Tints of Persian Red #DD302C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 70.61%
G = 15.34%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD302C (or 0xDD302C) is known color: Persian Red. HEX triplet: DD, 30 and 2C. RGB value is (221,48,44). Sum of RGB (Red+Green+Blue) = 221+48+44=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD302C is #22CFD3. Grayscale: #636363. Windows color (decimal): -2281428 or 2896093. OLE color: 2896093.

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

Color convert

RGB 221 48 44 -
CMYK 0 0.78 0.80 0.13
HSL 1.36º 0.72% 0.52% -
HSV(B) 1.36º 0.8% 0.87% -
XYZ 31.33 17.67 4.14 -
YUV 99.27 96.81 214.83 -
System Red Green Blue C M Y K H S L
Decimal 221 48 44 0 0.78 0.80 0.13 1.36 0.72 0.52
Hex DD 30 2C 0 4E 50 D 1 48 34
Octal 335 60 54 0 116 120 15 1 110 64
Binary 11011101 110000 101100 0 1001110 1010000 1101 1 1001000 110100

Color Harmonies of #DD302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD302C

Black with #DD302C

Text Example


Text Example

White with #DD302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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