Html Css Color HEX #8A242B Flame Red

📋 copy color: '#8A242B'

red 138 ◦ green 36 ◦ blue 43

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

Shades of Flame Red #8A242B

Tints of Flame Red #8A242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

 BLUE value IS 43 (17.19% from 255) = 19.82%

R = 63.59%
G = 16.59%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#8A242B (or 0x8A242B) is known color: Flame Red. HEX triplet: 8A, 24 and 2B. RGB value is (138,36,43). Sum of RGB (Red+Green+Blue) = 138+36+43=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A242B is #75DBD4. Grayscale: #434343. Windows color (decimal): -7723989 or 2827402. OLE color: 2827402.

HSL color Cylindrical-coordinate representation of color #8A242B: hue angle of 355.88º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A242B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 36 43 -
CMYK 0 0.74 0.69 0.46
HSL 355.88º 0.59% 0.34% -
HSV(B) 355.88º 0.74% 0.54% -
XYZ 11.55 6.84 3 -
YUV 67.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 138 36 43 0 0.74 0.69 0.46 355.88 0.59 0.34
Hex 8A 24 2B 0 4A 45 2E 164 3B 22
Octal 212 44 53 0 112 105 56 544 73 42
Binary 10001010 100100 101011 0 1001010 1000101 101110 101100100 111011 100010

Color Harmonies of #8A242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A242B

Black with #8A242B

Text Example


Text Example

White with #8A242B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,36,43); }

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

background-color css

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

 a { background-color: rgb(138,36,43); }

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

border-color css

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

 span { border-color: rgb(138,36,43); }

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