Html Css Color HEX #8A2730 Flame Red

📋 copy color: '#8A2730'

red 138 ◦ green 39 ◦ blue 48

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

Shades of Flame Red #8A2730

Tints of Flame Red #8A2730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.33%

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

R = 61.33%
G = 17.33%
B = 21.33%

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

#8A2730 (or 0x8A2730) is known color: Flame Red. HEX triplet: 8A, 27 and 30. RGB value is (138,39,48). Sum of RGB (Red+Green+Blue) = 138+39+48=225 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.33% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2730 is #75D8CF. Grayscale: #454545. Windows color (decimal): -7723216 or 3155850. OLE color: 3155850.

HSL color Cylindrical-coordinate representation of color #8A2730: hue angle of 354.55º degrees, saturation: 0.56, 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 #8A2730 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 39 48 -
CMYK 0 0.72 0.65 0.46
HSL 354.55º 0.56% 0.35% -
HSV(B) 354.55º 0.72% 0.54% -
XYZ 11.74 7.07 3.54 -
YUV 69.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 138 39 48 0 0.72 0.65 0.46 354.55 0.56 0.35
Hex 8A 27 30 0 48 41 2E 163 38 23
Octal 212 47 60 0 110 101 56 543 70 43
Binary 10001010 100111 110000 0 1001000 1000001 101110 101100011 111000 100011

Color Harmonies of #8A2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2730

Black with #8A2730

Text Example


Text Example

White with #8A2730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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