Html Css Color HEX #D13E30 Persian Red

📋 copy color: '#D13E30'

red 209 ◦ green 62 ◦ blue 48

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

Shades of Persian Red #D13E30

Tints of Persian Red #D13E30

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.44%

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

R = 65.52%
G = 19.44%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D13E30 (or 0xD13E30) is known color: Persian Red. HEX triplet: D1, 3E and 30. RGB value is (209,62,48). Sum of RGB (Red+Green+Blue) = 209+62+48=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13E30 is #2EC1CF. Grayscale: #686868. Windows color (decimal): -3064272 or 3161809. OLE color: 3161809.

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

Color convert

RGB 209 62 48 -
CMYK 0 0.70 0.77 0.18
HSL 5.22º 0.64% 0.5% -
HSV(B) 5.22º 0.77% 0.82% -
XYZ 28.55 17.21 4.61 -
YUV 104.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 209 62 48 0 0.70 0.77 0.18 5.22 0.64 0.5
Hex D1 3E 30 0 46 4D 12 5 40 32
Octal 321 76 60 0 106 115 22 5 100 62
Binary 11010001 111110 110000 0 1000110 1001101 10010 101 1000000 110010

Color Harmonies of #D13E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13E30

Black with #D13E30

Text Example


Text Example

White with #D13E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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