Html Css Color HEX #D83636 Persian Red

📋 copy color: '#D83636'

red 216 ◦ green 54 ◦ blue 54

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

Shades of Persian Red #D83636

Tints of Persian Red #D83636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.67%

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

R = 66.67%
G = 16.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D83636 (or 0xD83636) is known color: Persian Red. HEX triplet: D8, 36 and 36. RGB value is (216,54,54). Sum of RGB (Red+Green+Blue) = 216+54+54=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D83636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83636 is #27C9C9. Grayscale: #666666. Windows color (decimal): -2607562 or 3552984. OLE color: 3552984.

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

Color convert

RGB 216 54 54 -
CMYK 0 0.75 0.75 0.15
HSL 0.68% 0.53% -
HSV(B) 0.75% 0.85% -
XYZ 30.3 17.5 5.27 -
YUV 102.44 100.67 209 -
System Red Green Blue C M Y K H S L
Decimal 216 54 54 0 0.75 0.75 0.15 0 0.68 0.53
Hex D8 36 36 0 4B 4B F 0 44 35
Octal 330 66 66 0 113 113 17 0 104 65
Binary 11011000 110110 110110 0 1001011 1001011 1111 0 1000100 110101

Color Harmonies of #D83636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83636

Black with #D83636

Text Example


Text Example

White with #D83636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83636; }

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

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

background-color css

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

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

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

border-color css

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

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

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