Html Css Color HEX #D13130 Persian Red

📋 copy color: '#D13130'

red 209 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #D13130

Tints of Persian Red #D13130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.01%

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

R = 68.3%
G = 16.01%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D13130 (or 0xD13130) is known color: Persian Red. HEX triplet: D1, 31 and 30. RGB value is (209,49,48). Sum of RGB (Red+Green+Blue) = 209+49+48=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D13130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13130 is #2ECECF. Grayscale: #606060. Windows color (decimal): -3067600 or 3158481. OLE color: 3158481.

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

Color convert

RGB 209 49 48 -
CMYK 0 0.77 0.77 0.18
HSL 0.37º 0.64% 0.5% -
HSV(B) 0.37º 0.77% 0.82% -
XYZ 27.93 15.97 4.41 -
YUV 96.73 100.51 208.08 -
System Red Green Blue C M Y K H S L
Decimal 209 49 48 0 0.77 0.77 0.18 0.37 0.64 0.5
Hex D1 31 30 0 4D 4D 12 0 40 32
Octal 321 61 60 0 115 115 22 0 100 62
Binary 11010001 110001 110000 0 1001101 1001101 10010 0 1000000 110010

Color Harmonies of #D13130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13130

Black with #D13130

Text Example


Text Example

White with #D13130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13130; }

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

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

background-color css

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

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

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

border-color css

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

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

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