Html Css Color HEX #D83A36 Persian Red

📋 copy color: '#D83A36'

red 216 ◦ green 58 ◦ blue 54

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

Shades of Persian Red #D83A36

Tints of Persian Red #D83A36

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 65.85%
G = 17.68%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D83A36 (or 0xD83A36) is known color: Persian Red. HEX triplet: D8, 3A and 36. RGB value is (216,58,54). Sum of RGB (Red+Green+Blue) = 216+58+54=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A36 is #27C5C9. Grayscale: #686868. Windows color (decimal): -2606538 or 3554008. OLE color: 3554008.

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

Color convert

RGB 216 58 54 -
CMYK 0 0.73 0.75 0.15
HSL 1.48º 0.68% 0.53% -
HSV(B) 1.48º 0.75% 0.85% -
XYZ 30.5 17.89 5.34 -
YUV 104.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 216 58 54 0 0.73 0.75 0.15 1.48 0.68 0.53
Hex D8 3A 36 0 49 4B F 1 44 35
Octal 330 72 66 0 111 113 17 1 104 65
Binary 11011000 111010 110110 0 1001001 1001011 1111 1 1000100 110101

Color Harmonies of #D83A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83A36

Black with #D83A36

Text Example


Text Example

White with #D83A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83A36; }

 p { color: rgb(216,58,54); }

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

background-color css

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

 a { background-color: rgb(216,58,54); }

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

border-color css

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

 span { border-color: rgb(216,58,54); }

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