Html Css Color HEX #8A1D27 Flame Red

📋 copy color: '#8A1D27'

red 138 ◦ green 29 ◦ blue 39

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

Shades of Flame Red #8A1D27

Tints of Flame Red #8A1D27

RGB

 RED value IS 138 (54.3% from 255) = 66.99%

 GREEN value IS 29 (11.72% from 255) = 14.08%

 BLUE value IS 39 (15.63% from 255) = 18.93%

R = 66.99%
G = 14.08%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#8A1D27 (or 0x8A1D27) is known color: Flame Red. HEX triplet: 8A, 1D and 27. RGB value is (138,29,39). Sum of RGB (Red+Green+Blue) = 138+29+39=206 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.99% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1D27 is #75E2D8. Grayscale: #3E3E3E. Windows color (decimal): -7725785 or 2563466. OLE color: 2563466.

HSL color Cylindrical-coordinate representation of color #8A1D27: hue angle of 354.5º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A1D27 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 29 39 -
CMYK 0 0.79 0.72 0.46
HSL 354.5º 0.65% 0.33% -
HSV(B) 354.5º 0.79% 0.54% -
XYZ 11.29 6.43 2.57 -
YUV 62.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 138 29 39 0 0.79 0.72 0.46 354.5 0.65 0.33
Hex 8A 1D 27 0 4F 48 2E 162 41 21
Octal 212 35 47 0 117 110 56 542 101 41
Binary 10001010 11101 100111 0 1001111 1001000 101110 101100010 1000001 100001

Color Harmonies of #8A1D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1D27

Black with #8A1D27

Text Example


Text Example

White with #8A1D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,29,39); }

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

background-color css

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

 a { background-color: rgb(138,29,39); }

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

border-color css

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

 span { border-color: rgb(138,29,39); }

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