Html Css Color HEX #D83431 Persian Red

📋 copy color: '#D83431'

red 216 ◦ green 52 ◦ blue 49

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

Shades of Persian Red #D83431

Tints of Persian Red #D83431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

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

R = 68.14%
G = 16.4%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D83431 (or 0xD83431) is known color: Persian Red. HEX triplet: D8, 34 and 31. RGB value is (216,52,49). Sum of RGB (Red+Green+Blue) = 216+52+49=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D83431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83431 is #27CBCE. Grayscale: #646464. Windows color (decimal): -2608079 or 3224792. OLE color: 3224792.

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

Color convert

RGB 216 52 49 -
CMYK 0 0.76 0.77 0.15
HSL 1.08º 0.68% 0.52% -
HSV(B) 1.08º 0.77% 0.85% -
XYZ 30.1 17.28 4.65 -
YUV 100.69 98.83 210.24 -
System Red Green Blue C M Y K H S L
Decimal 216 52 49 0 0.76 0.77 0.15 1.08 0.68 0.52
Hex D8 34 31 0 4C 4D F 1 44 34
Octal 330 64 61 0 114 115 17 1 104 64
Binary 11011000 110100 110001 0 1001100 1001101 1111 1 1000100 110100

Color Harmonies of #D83431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83431

Black with #D83431

Text Example


Text Example

White with #D83431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83431; }

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

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

background-color css

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

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

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

border-color css

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

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

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