Html Css Color HEX #D13730 Persian Red

📋 copy color: '#D13730'

red 209 ◦ green 55 ◦ blue 48

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

Shades of Persian Red #D13730

Tints of Persian Red #D13730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.63%

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

R = 66.99%
G = 17.63%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D13730 (or 0xD13730) is known color: Persian Red. HEX triplet: D1, 37 and 30. RGB value is (209,55,48). Sum of RGB (Red+Green+Blue) = 209+55+48=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D13730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13730 is #2EC8CF. Grayscale: #646464. Windows color (decimal): -3066064 or 3160017. OLE color: 3160017.

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

Color convert

RGB 209 55 48 -
CMYK 0 0.74 0.77 0.18
HSL 2.61º 0.64% 0.5% -
HSV(B) 2.61º 0.77% 0.82% -
XYZ 28.19 16.5 4.5 -
YUV 100.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 209 55 48 0 0.74 0.77 0.18 2.61 0.64 0.5
Hex D1 37 30 0 4A 4D 12 3 40 32
Octal 321 67 60 0 112 115 22 3 100 62
Binary 11010001 110111 110000 0 1001010 1001101 10010 11 1000000 110010

Color Harmonies of #D13730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13730

Black with #D13730

Text Example


Text Example

White with #D13730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13730; }

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

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

background-color css

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

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

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

border-color css

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

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

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