Html Css Color HEX #DD302E Persian Red

📋 copy color: '#DD302E'

red 221 ◦ green 48 ◦ blue 46

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

Shades of Persian Red #DD302E

Tints of Persian Red #DD302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.6%

R = 70.16%
G = 15.24%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD302E (or 0xDD302E) is known color: Persian Red. HEX triplet: DD, 30 and 2E. RGB value is (221,48,46). Sum of RGB (Red+Green+Blue) = 221+48+46=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD302E is #22CFD1. Grayscale: #636363. Windows color (decimal): -2281426 or 3027165. OLE color: 3027165.

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

Color convert

RGB 221 48 46 -
CMYK 0 0.78 0.79 0.13
HSL 0.69º 0.72% 0.52% -
HSV(B) 0.69º 0.79% 0.87% -
XYZ 31.37 17.68 4.34 -
YUV 99.5 97.81 214.66 -
System Red Green Blue C M Y K H S L
Decimal 221 48 46 0 0.78 0.79 0.13 0.69 0.72 0.52
Hex DD 30 2E 0 4E 4F D 1 48 34
Octal 335 60 56 0 116 117 15 1 110 64
Binary 11011101 110000 101110 0 1001110 1001111 1101 1 1001000 110100

Color Harmonies of #DD302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD302E

Black with #DD302E

Text Example


Text Example

White with #DD302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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