Html Css Color HEX #8A2630 Flame Red

📋 copy color: '#8A2630'

red 138 ◦ green 38 ◦ blue 48

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

Shades of Flame Red #8A2630

Tints of Flame Red #8A2630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.96%

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 61.61%
G = 16.96%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#8A2630 (or 0x8A2630) is known color: Flame Red. HEX triplet: 8A, 26 and 30. RGB value is (138,38,48). Sum of RGB (Red+Green+Blue) = 138+38+48=224 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.61% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2630 is #75D9CF. Grayscale: #454545. Windows color (decimal): -7723472 or 3155594. OLE color: 3155594.

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

Color convert

RGB 138 38 48 -
CMYK 0 0.72 0.65 0.46
HSL 354º 0.57% 0.35% -
HSV(B) 354º 0.72% 0.54% -
XYZ 11.71 7 3.53 -
YUV 69.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 138 38 48 0 0.72 0.65 0.46 354 0.57 0.35
Hex 8A 26 30 0 48 41 2E 162 39 23
Octal 212 46 60 0 110 101 56 542 71 43
Binary 10001010 100110 110000 0 1001000 1000001 101110 101100010 111001 100011

Color Harmonies of #8A2630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2630

Black with #8A2630

Text Example


Text Example

White with #8A2630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,38,48); }

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

background-color css

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

 a { background-color: rgb(138,38,48); }

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

border-color css

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

 span { border-color: rgb(138,38,48); }

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