Html Css Color HEX #D8251F Persian Red

📋 copy color: '#D8251F'

red 216 ◦ green 37 ◦ blue 31

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

Shades of Persian Red #D8251F

Tints of Persian Red #D8251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.03%

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

R = 76.06%
G = 13.03%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8251F (or 0xD8251F) is known color: Persian Red. HEX triplet: D8, 25 and 1F. RGB value is (216,37,31). Sum of RGB (Red+Green+Blue) = 216+37+31=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D8251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8251F is #27DAE0. Grayscale: #5A5A5A. Windows color (decimal): -2611937 or 2041304. OLE color: 2041304.

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

Color convert

RGB 216 37 31 -
CMYK 0 0.83 0.86 0.15
HSL 1.95º 0.75% 0.48% -
HSV(B) 1.95º 0.86% 0.85% -
XYZ 29.23 16.02 2.85 -
YUV 89.84 94.8 217.99 -
System Red Green Blue C M Y K H S L
Decimal 216 37 31 0 0.83 0.86 0.15 1.95 0.75 0.48
Hex D8 25 1F 0 53 56 F 2 4B 30
Octal 330 45 37 0 123 126 17 2 113 60
Binary 11011000 100101 11111 0 1010011 1010110 1111 10 1001011 110000

Color Harmonies of #D8251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8251F

Black with #D8251F

Text Example


Text Example

White with #D8251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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