Html Css Color HEX #D8231F Persian Red

📋 copy color: '#D8231F'

red 216 ◦ green 35 ◦ blue 31

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

Shades of Persian Red #D8231F

Tints of Persian Red #D8231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

 BLUE value IS 31 (12.5% from 255) = 10.99%

R = 76.6%
G = 12.41%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8231F (or 0xD8231F) is known color: Persian Red. HEX triplet: D8, 23 and 1F. RGB value is (216,35,31). Sum of RGB (Red+Green+Blue) = 216+35+31=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D8231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8231F is #27DCE0. Grayscale: #585858. Windows color (decimal): -2612449 or 2040792. OLE color: 2040792.

HSL color Cylindrical-coordinate representation of color #D8231F: hue angle of 1.3º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8231F is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 35 31 -
CMYK 0 0.84 0.86 0.15
HSL 1.3º 0.75% 0.48% -
HSV(B) 1.3º 0.86% 0.85% -
XYZ 29.17 15.9 2.83 -
YUV 88.66 95.47 218.83 -
System Red Green Blue C M Y K H S L
Decimal 216 35 31 0 0.84 0.86 0.15 1.3 0.75 0.48
Hex D8 23 1F 0 54 56 F 1 4B 30
Octal 330 43 37 0 124 126 17 1 113 60
Binary 11011000 100011 11111 0 1010100 1010110 1111 1 1001011 110000

Color Harmonies of #D8231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8231F

Black with #D8231F

Text Example


Text Example

White with #D8231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8231F; }

 p { color: rgb(216,35,31); }

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

background-color css

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

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

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

border-color css

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

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

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