Html Css Color HEX #802A2C Flame Red

📋 copy color: '#802A2C'

red 128 ◦ green 42 ◦ blue 44

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

Shades of Flame Red #802A2C

Tints of Flame Red #802A2C

RGB

 RED value IS 128 (50.39% from 255) = 59.81%

 GREEN value IS 42 (16.8% from 255) = 19.63%

 BLUE value IS 44 (17.58% from 255) = 20.56%

R = 59.81%
G = 19.63%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#802A2C (or 0x802A2C) is known color: Flame Red. HEX triplet: 80, 2A and 2C. RGB value is (128,42,44). Sum of RGB (Red+Green+Blue) = 128+42+44=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #802A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A2C is #7FD5D3. Grayscale: #444444. Windows color (decimal): -8377812 or 2894464. OLE color: 2894464.

HSL color Cylindrical-coordinate representation of color #802A2C: hue angle of 358.6º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #802A2C is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 42 44 -
CMYK 0 0.67 0.66 0.50
HSL 358.6º 0.51% 0.33% -
HSV(B) 358.6º 0.67% 0.5% -
XYZ 10.18 6.43 3.09 -
YUV 67.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 128 42 44 0 0.67 0.66 0.50 358.6 0.51 0.33
Hex 80 2A 2C 0 43 42 32 167 33 21
Octal 200 52 54 0 103 102 62 547 63 41
Binary 10000000 101010 101100 0 1000011 1000010 110010 101100111 110011 100001

Color Harmonies of #802A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802A2C

Black with #802A2C

Text Example


Text Example

White with #802A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802A2C; }

 p { color: rgb(128,42,44); }

 H1.HeaderClassName
 {
   color: #802A2C;
 }
 .AnyTagClassName
 {
   color: #802A2C;
 }
</style>

background-color css

<style>
 a { background-color: #802A2C; }

 a { background-color: rgb(128,42,44); }

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

border-color css

<style>
 span { border-color: #802A2C; }

 span { border-color: rgb(128,42,44); }

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