Html Css Color HEX #DD302B Persian Red

📋 copy color: '#DD302B'

red 221 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #DD302B

Tints of Persian Red #DD302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.78%

R = 70.83%
G = 15.38%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD302B (or 0xDD302B) is known color: Persian Red. HEX triplet: DD, 30 and 2B. RGB value is (221,48,43). Sum of RGB (Red+Green+Blue) = 221+48+43=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD302B is #22CFD4. Grayscale: #636363. Windows color (decimal): -2281429 or 2830557. OLE color: 2830557.

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

Color convert

RGB 221 48 43 -
CMYK 0 0.78 0.81 0.13
HSL 1.69º 0.72% 0.52% -
HSV(B) 1.69º 0.81% 0.87% -
XYZ 31.31 17.66 4.04 -
YUV 99.16 96.31 214.91 -
System Red Green Blue C M Y K H S L
Decimal 221 48 43 0 0.78 0.81 0.13 1.69 0.72 0.52
Hex DD 30 2B 0 4E 51 D 2 48 34
Octal 335 60 53 0 116 121 15 2 110 64
Binary 11011101 110000 101011 0 1001110 1010001 1101 10 1001000 110100

Color Harmonies of #DD302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD302B

Black with #DD302B

Text Example


Text Example

White with #DD302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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