Html Css Color HEX #D13128 Persian Red

📋 copy color: '#D13128'

red 209 ◦ green 49 ◦ blue 40

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

Shades of Persian Red #D13128

Tints of Persian Red #D13128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 70.13%
G = 16.44%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D13128 (or 0xD13128) is known color: Persian Red. HEX triplet: D1, 31 and 28. RGB value is (209,49,40). Sum of RGB (Red+Green+Blue) = 209+49+40=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D13128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13128 is #2ECED7. Grayscale: #606060. Windows color (decimal): -3067608 or 2634193. OLE color: 2634193.

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

Color convert

RGB 209 49 40 -
CMYK 0 0.77 0.81 0.18
HSL 3.2º 0.68% 0.49% -
HSV(B) 3.2º 0.81% 0.82% -
XYZ 27.78 15.91 3.61 -
YUV 95.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 209 49 40 0 0.77 0.81 0.18 3.2 0.68 0.49
Hex D1 31 28 0 4D 51 12 3 44 31
Octal 321 61 50 0 115 121 22 3 104 61
Binary 11010001 110001 101000 0 1001101 1010001 10010 11 1000100 110001

Color Harmonies of #D13128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13128

Black with #D13128

Text Example


Text Example

White with #D13128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13128; }

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

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

background-color css

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

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

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

border-color css

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

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

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