Html Css Color HEX #8A2428 Flame Red

📋 copy color: '#8A2428'

red 138 ◦ green 36 ◦ blue 40

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

Shades of Flame Red #8A2428

Tints of Flame Red #8A2428

RGB

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

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

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

R = 64.49%
G = 16.82%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#8A2428 (or 0x8A2428) is known color: Flame Red. HEX triplet: 8A, 24 and 28. RGB value is (138,36,40). Sum of RGB (Red+Green+Blue) = 138+36+40=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2428 is #75DBD7. Grayscale: #434343. Windows color (decimal): -7723992 or 2630794. OLE color: 2630794.

HSL color Cylindrical-coordinate representation of color #8A2428: hue angle of 357.65º 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 #8A2428 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 36 40 -
CMYK 0 0.74 0.71 0.46
HSL 357.65º 0.59% 0.34% -
HSV(B) 357.65º 0.74% 0.54% -
XYZ 11.5 6.82 2.72 -
YUV 66.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 138 36 40 0 0.74 0.71 0.46 357.65 0.59 0.34
Hex 8A 24 28 0 4A 47 2E 166 3B 22
Octal 212 44 50 0 112 107 56 546 73 42
Binary 10001010 100100 101000 0 1001010 1000111 101110 101100110 111011 100010

Color Harmonies of #8A2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2428

Black with #8A2428

Text Example


Text Example

White with #8A2428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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