Html Css Color HEX #D83529 Persian Red

📋 copy color: '#D83529'

red 216 ◦ green 53 ◦ blue 41

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

Shades of Persian Red #D83529

Tints of Persian Red #D83529

RGB

 RED value IS 216 (84.77% from 255) = 69.68%

 GREEN value IS 53 (21.09% from 255) = 17.1%

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 69.68%
G = 17.1%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D83529 (or 0xD83529) is known color: Persian Red. HEX triplet: D8, 35 and 29. RGB value is (216,53,41). Sum of RGB (Red+Green+Blue) = 216+53+41=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D83529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83529 is #27CAD6. Grayscale: #646464. Windows color (decimal): -2607831 or 2700760. OLE color: 2700760.

HSL color Cylindrical-coordinate representation of color #D83529: hue angle of 4.11º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D83529 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 53 41 -
CMYK 0 0.75 0.81 0.15
HSL 4.11º 0.69% 0.5% -
HSV(B) 4.11º 0.81% 0.85% -
XYZ 29.99 17.31 3.86 -
YUV 100.37 94.5 210.48 -
System Red Green Blue C M Y K H S L
Decimal 216 53 41 0 0.75 0.81 0.15 4.11 0.69 0.5
Hex D8 35 29 0 4B 51 F 4 45 32
Octal 330 65 51 0 113 121 17 4 105 62
Binary 11011000 110101 101001 0 1001011 1010001 1111 100 1000101 110010

Color Harmonies of #D83529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83529

Black with #D83529

Text Example


Text Example

White with #D83529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83529; }

 p { color: rgb(216,53,41); }

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

background-color css

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

 a { background-color: rgb(216,53,41); }

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

border-color css

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

 span { border-color: rgb(216,53,41); }

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