Html Css Color HEX #D83736 Persian Red

📋 copy color: '#D83736'

red 216 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #D83736

Tints of Persian Red #D83736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

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

R = 66.46%
G = 16.92%
B = 16.62%

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

#D83736 (or 0xD83736) is known color: Persian Red. HEX triplet: D8, 37 and 36. RGB value is (216,55,54). Sum of RGB (Red+Green+Blue) = 216+55+54=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D83736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83736 is #27C8C9. Grayscale: #676767. Windows color (decimal): -2607306 or 3553240. OLE color: 3553240.

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

Color convert

RGB 216 55 54 -
CMYK 0 0.75 0.75 0.15
HSL 0.37º 0.68% 0.53% -
HSV(B) 0.37º 0.75% 0.85% -
XYZ 30.35 17.6 5.29 -
YUV 103.03 100.34 208.58 -
System Red Green Blue C M Y K H S L
Decimal 216 55 54 0 0.75 0.75 0.15 0.37 0.68 0.53
Hex D8 37 36 0 4B 4B F 0 44 35
Octal 330 67 66 0 113 113 17 0 104 65
Binary 11011000 110111 110110 0 1001011 1001011 1111 0 1000100 110101

Color Harmonies of #D83736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83736

Black with #D83736

Text Example


Text Example

White with #D83736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83736; }

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

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

background-color css

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

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

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

border-color css

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

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

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