Html Css Color HEX #D83231 Persian Red

📋 copy color: '#D83231'

red 216 ◦ green 50 ◦ blue 49

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

Shades of Persian Red #D83231

Tints of Persian Red #D83231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

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

R = 68.57%
G = 15.87%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D83231 (or 0xD83231) is known color: Persian Red. HEX triplet: D8, 32 and 31. RGB value is (216,50,49). Sum of RGB (Red+Green+Blue) = 216+50+49=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D83231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83231 is #27CDCE. Grayscale: #636363. Windows color (decimal): -2608591 or 3224280. OLE color: 3224280.

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

Color convert

RGB 216 50 49 -
CMYK 0 0.77 0.77 0.15
HSL 0.36º 0.68% 0.52% -
HSV(B) 0.36º 0.77% 0.85% -
XYZ 30.01 17.1 4.62 -
YUV 99.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 216 50 49 0 0.77 0.77 0.15 0.36 0.68 0.52
Hex D8 32 31 0 4D 4D F 0 44 34
Octal 330 62 61 0 115 115 17 0 104 64
Binary 11011000 110010 110001 0 1001101 1001101 1111 0 1000100 110100

Color Harmonies of #D83231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83231

Black with #D83231

Text Example


Text Example

White with #D83231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83231; }

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

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

background-color css

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

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

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

border-color css

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

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

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