Html Css Color HEX #D1302B Persian Red

📋 copy color: '#D1302B'

red 209 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #D1302B

Tints of Persian Red #D1302B

RGB

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

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

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

R = 69.67%
G = 16%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1302B (or 0xD1302B) is known color: Persian Red. HEX triplet: D1, 30 and 2B. RGB value is (209,48,43). Sum of RGB (Red+Green+Blue) = 209+48+43=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D1302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1302B is #2ECFD4. Grayscale: #5F5F5F. Windows color (decimal): -3067861 or 2830545. OLE color: 2830545.

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

Color convert

RGB 209 48 43 -
CMYK 0 0.77 0.79 0.18
HSL 1.81º 0.66% 0.49% -
HSV(B) 1.81º 0.79% 0.82% -
XYZ 27.79 15.84 3.88 -
YUV 95.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 209 48 43 0 0.77 0.79 0.18 1.81 0.66 0.49
Hex D1 30 2B 0 4D 4F 12 2 42 31
Octal 321 60 53 0 115 117 22 2 102 61
Binary 11010001 110000 101011 0 1001101 1001111 10010 10 1000010 110001

Color Harmonies of #D1302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1302B

Black with #D1302B

Text Example


Text Example

White with #D1302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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