Html Css Color HEX #8B1F28 Flame Red

📋 copy color: '#8B1F28'

red 139 ◦ green 31 ◦ blue 40

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

Shades of Flame Red #8B1F28

Tints of Flame Red #8B1F28

RGB

 RED value IS 139 (54.69% from 255) = 66.19%

 GREEN value IS 31 (12.5% from 255) = 14.76%

 BLUE value IS 40 (16.02% from 255) = 19.05%

R = 66.19%
G = 14.76%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B1F28 (or 0x8B1F28) is known color: Flame Red. HEX triplet: 8B, 1F and 28. RGB value is (139,31,40). Sum of RGB (Red+Green+Blue) = 139+31+40=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1F28 is #74E0D7. Grayscale: #404040. Windows color (decimal): -7659736 or 2629515. OLE color: 2629515.

HSL color Cylindrical-coordinate representation of color #8B1F28: hue angle of 355º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F28 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 31 40 -
CMYK 0 0.78 0.71 0.45
HSL 355º 0.64% 0.33% -
HSV(B) 355º 0.78% 0.55% -
XYZ 11.52 6.62 2.68 -
YUV 64.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 139 31 40 0 0.78 0.71 0.45 355 0.64 0.33
Hex 8B 1F 28 0 4E 47 2D 163 40 21
Octal 213 37 50 0 116 107 55 543 100 41
Binary 10001011 11111 101000 0 1001110 1000111 101101 101100011 1000000 100001

Color Harmonies of #8B1F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1F28

Black with #8B1F28

Text Example


Text Example

White with #8B1F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B1F28; }

 p { color: rgb(139,31,40); }

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

background-color css

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

 a { background-color: rgb(139,31,40); }

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

border-color css

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

 span { border-color: rgb(139,31,40); }

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