Html Css Color HEX #D83532 Persian Red

📋 copy color: '#D83532'

red 216 ◦ green 53 ◦ blue 50

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

Shades of Persian Red #D83532

Tints of Persian Red #D83532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 67.71%
G = 16.61%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D83532 (or 0xD83532) is known color: Persian Red. HEX triplet: D8, 35 and 32. RGB value is (216,53,50). Sum of RGB (Red+Green+Blue) = 216+53+50=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D83532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83532 is #27CACD. Grayscale: #656565. Windows color (decimal): -2607822 or 3290584. OLE color: 3290584.

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

Color convert

RGB 216 53 50 -
CMYK 0 0.75 0.77 0.15
HSL 1.08º 0.68% 0.52% -
HSV(B) 1.08º 0.77% 0.85% -
XYZ 30.17 17.38 4.78 -
YUV 101.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 216 53 50 0 0.75 0.77 0.15 1.08 0.68 0.52
Hex D8 35 32 0 4B 4D F 1 44 34
Octal 330 65 62 0 113 115 17 1 104 64
Binary 11011000 110101 110010 0 1001011 1001101 1111 1 1000100 110100

Color Harmonies of #D83532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83532

Black with #D83532

Text Example


Text Example

White with #D83532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83532; }

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

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

background-color css

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

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

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

border-color css

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

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

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