Html Css Color HEX #D1302D Persian Red

📋 copy color: '#D1302D'

red 209 ◦ green 48 ◦ blue 45

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

Shades of Persian Red #D1302D

Tints of Persian Red #D1302D

RGB

 RED value IS 209 (82.03% from 255) = 69.21%

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

 BLUE value IS 45 (17.97% from 255) = 14.9%

R = 69.21%
G = 15.89%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1302D (or 0xD1302D) is known color: Persian Red. HEX triplet: D1, 30 and 2D. RGB value is (209,48,45). Sum of RGB (Red+Green+Blue) = 209+48+45=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D1302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1302D is #2ECFD2. Grayscale: #5F5F5F. Windows color (decimal): -3067859 or 2961617. OLE color: 2961617.

HSL color Cylindrical-coordinate representation of color #D1302D: hue angle of 1.1º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1302D is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 45 -
CMYK 0 0.77 0.78 0.18
HSL 1.1º 0.65% 0.5% -
HSV(B) 1.1º 0.78% 0.82% -
XYZ 27.83 15.86 4.08 -
YUV 95.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 209 48 45 0 0.77 0.78 0.18 1.1 0.65 0.5
Hex D1 30 2D 0 4D 4E 12 1 41 32
Octal 321 60 55 0 115 116 22 1 101 62
Binary 11010001 110000 101101 0 1001101 1001110 10010 1 1000001 110010

Color Harmonies of #D1302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1302D

Black with #D1302D

Text Example


Text Example

White with #D1302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1302D; }

 p { color: rgb(209,48,45); }

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

background-color css

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

 a { background-color: rgb(209,48,45); }

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

border-color css

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

 span { border-color: rgb(209,48,45); }

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