Html Css Color HEX #D83831 Persian Red

📋 copy color: '#D83831'

red 216 ◦ green 56 ◦ blue 49

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

Shades of Persian Red #D83831

Tints of Persian Red #D83831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 67.29%
G = 17.45%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D83831 (or 0xD83831) is known color: Persian Red. HEX triplet: D8, 38 and 31. RGB value is (216,56,49). Sum of RGB (Red+Green+Blue) = 216+56+49=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D83831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83831 is #27C7CE. Grayscale: #676767. Windows color (decimal): -2607055 or 3225816. OLE color: 3225816.

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

Color convert

RGB 216 56 49 -
CMYK 0 0.74 0.77 0.15
HSL 2.51º 0.68% 0.52% -
HSV(B) 2.51º 0.77% 0.85% -
XYZ 30.29 17.65 4.72 -
YUV 103.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 216 56 49 0 0.74 0.77 0.15 2.51 0.68 0.52
Hex D8 38 31 0 4A 4D F 3 44 34
Octal 330 70 61 0 112 115 17 3 104 64
Binary 11011000 111000 110001 0 1001010 1001101 1111 11 1000100 110100

Color Harmonies of #D83831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83831

Black with #D83831

Text Example


Text Example

White with #D83831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83831; }

 p { color: rgb(216,56,49); }

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

background-color css

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

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

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

border-color css

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

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

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