Html Css Color HEX #D83528 Persian Red

📋 copy color: '#D83528'

red 216 ◦ green 53 ◦ blue 40

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

Shades of Persian Red #D83528

Tints of Persian Red #D83528

RGB

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

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

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

R = 69.9%
G = 17.15%
B = 12.94%

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

#D83528 (or 0xD83528) is known color: Persian Red. HEX triplet: D8, 35 and 28. RGB value is (216,53,40). Sum of RGB (Red+Green+Blue) = 216+53+40=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D83528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83528 is #27CAD7. Grayscale: #646464. Windows color (decimal): -2607832 or 2635224. OLE color: 2635224.

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

Color convert

RGB 216 53 40 -
CMYK 0 0.75 0.81 0.15
HSL 4.43º 0.69% 0.5% -
HSV(B) 4.43º 0.81% 0.85% -
XYZ 29.98 17.3 3.77 -
YUV 100.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 216 53 40 0 0.75 0.81 0.15 4.43 0.69 0.5
Hex D8 35 28 0 4B 51 F 4 45 32
Octal 330 65 50 0 113 121 17 4 105 62
Binary 11011000 110101 101000 0 1001011 1010001 1111 100 1000101 110010

Color Harmonies of #D83528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83528

Black with #D83528

Text Example


Text Example

White with #D83528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83528; }

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

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

background-color css

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

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

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

border-color css

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

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

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