Html Css Color HEX #D13824 Persian Red

📋 copy color: '#D13824'

red 209 ◦ green 56 ◦ blue 36

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

Shades of Persian Red #D13824

Tints of Persian Red #D13824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 69.44%
G = 18.6%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D13824 (or 0xD13824) is known color: Persian Red. HEX triplet: D1, 38 and 24. RGB value is (209,56,36). Sum of RGB (Red+Green+Blue) = 209+56+36=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D13824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13824 is #2EC7DB. Grayscale: #636363. Windows color (decimal): -3065820 or 2373841. OLE color: 2373841.

HSL color Cylindrical-coordinate representation of color #D13824: hue angle of 6.94º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D13824 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 56 36 -
CMYK 0 0.73 0.83 0.18
HSL 6.94º 0.71% 0.48% -
HSV(B) 6.94º 0.83% 0.82% -
XYZ 28.03 16.51 3.38 -
YUV 99.47 92.19 206.13 -
System Red Green Blue C M Y K H S L
Decimal 209 56 36 0 0.73 0.83 0.18 6.94 0.71 0.48
Hex D1 38 24 0 49 53 12 7 47 30
Octal 321 70 44 0 111 123 22 7 107 60
Binary 11010001 111000 100100 0 1001001 1010011 10010 111 1000111 110000

Color Harmonies of #D13824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13824

Black with #D13824

Text Example


Text Example

White with #D13824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13824; }

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

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

background-color css

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

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

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

border-color css

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

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

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