Html Css Color HEX #8A2D30 Flame Red

📋 copy color: '#8A2D30'

red 138 ◦ green 45 ◦ blue 48

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

Shades of Flame Red #8A2D30

Tints of Flame Red #8A2D30

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

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

R = 59.74%
G = 19.48%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#8A2D30 (or 0x8A2D30) is known color: Flame Red. HEX triplet: 8A, 2D and 30. RGB value is (138,45,48). Sum of RGB (Red+Green+Blue) = 138+45+48=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2D30 is #75D2CF. Grayscale: #494949. Windows color (decimal): -7721680 or 3157386. OLE color: 3157386.

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

Color convert

RGB 138 45 48 -
CMYK 0 0.67 0.65 0.46
HSL 358.06º 0.51% 0.36% -
HSV(B) 358.06º 0.67% 0.54% -
XYZ 11.95 7.49 3.61 -
YUV 73.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 138 45 48 0 0.67 0.65 0.46 358.06 0.51 0.36
Hex 8A 2D 30 0 43 41 2E 166 33 24
Octal 212 55 60 0 103 101 56 546 63 44
Binary 10001010 101101 110000 0 1000011 1000001 101110 101100110 110011 100100

Color Harmonies of #8A2D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2D30

Black with #8A2D30

Text Example


Text Example

White with #8A2D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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