Html Css Color HEX #D13530 Persian Red

📋 copy color: '#D13530'

red 209 ◦ green 53 ◦ blue 48

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

Shades of Persian Red #D13530

Tints of Persian Red #D13530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.1%

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

R = 67.42%
G = 17.1%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D13530 (or 0xD13530) is known color: Persian Red. HEX triplet: D1, 35 and 30. RGB value is (209,53,48). Sum of RGB (Red+Green+Blue) = 209+53+48=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D13530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13530 is #2ECACF. Grayscale: #636363. Windows color (decimal): -3066576 or 3159505. OLE color: 3159505.

HSL color Cylindrical-coordinate representation of color #D13530: hue angle of 1.86º 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 #D13530 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 48 -
CMYK 0 0.75 0.77 0.18
HSL 1.86º 0.64% 0.5% -
HSV(B) 1.86º 0.77% 0.82% -
XYZ 28.1 16.31 4.46 -
YUV 99.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 209 53 48 0 0.75 0.77 0.18 1.86 0.64 0.5
Hex D1 35 30 0 4B 4D 12 2 40 32
Octal 321 65 60 0 113 115 22 2 100 62
Binary 11010001 110101 110000 0 1001011 1001101 10010 10 1000000 110010

Color Harmonies of #D13530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13530

Black with #D13530

Text Example


Text Example

White with #D13530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13530; }

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

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

background-color css

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

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

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

border-color css

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

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

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