Html Css Color HEX #D13828 Persian Red

📋 copy color: '#D13828'

red 209 ◦ green 56 ◦ blue 40

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

Shades of Persian Red #D13828

Tints of Persian Red #D13828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

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

R = 68.52%
G = 18.36%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D13828 (or 0xD13828) is known color: Persian Red. HEX triplet: D1, 38 and 28. RGB value is (209,56,40). Sum of RGB (Red+Green+Blue) = 209+56+40=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D13828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13828 is #2EC7D7. Grayscale: #646464. Windows color (decimal): -3065816 or 2635985. OLE color: 2635985.

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

Color convert

RGB 209 56 40 -
CMYK 0 0.73 0.81 0.18
HSL 5.68º 0.68% 0.49% -
HSV(B) 5.68º 0.81% 0.82% -
XYZ 28.09 16.54 3.72 -
YUV 99.92 94.19 205.8 -
System Red Green Blue C M Y K H S L
Decimal 209 56 40 0 0.73 0.81 0.18 5.68 0.68 0.49
Hex D1 38 28 0 49 51 12 6 44 31
Octal 321 70 50 0 111 121 22 6 104 61
Binary 11010001 111000 101000 0 1001001 1010001 10010 110 1000100 110001

Color Harmonies of #D13828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13828

Black with #D13828

Text Example


Text Example

White with #D13828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13828; }

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

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

background-color css

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

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

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

border-color css

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

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

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