Html Css Color HEX #802B30 Flame Red

📋 copy color: '#802B30'

red 128 ◦ green 43 ◦ blue 48

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

Shades of Flame Red #802B30

Tints of Flame Red #802B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.63%

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

R = 58.45%
G = 19.63%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#802B30 (or 0x802B30) is known color: Flame Red. HEX triplet: 80, 2B and 30. RGB value is (128,43,48). Sum of RGB (Red+Green+Blue) = 128+43+48=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #802B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B30 is #7FD4CF. Grayscale: #454545. Windows color (decimal): -8377552 or 3156864. OLE color: 3156864.

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

Color convert

RGB 128 43 48 -
CMYK 0 0.66 0.62 0.50
HSL 356.47º 0.5% 0.34% -
HSV(B) 356.47º 0.66% 0.5% -
XYZ 10.3 6.53 3.51 -
YUV 68.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 128 43 48 0 0.66 0.62 0.50 356.47 0.5 0.34
Hex 80 2B 30 0 42 3E 32 164 32 22
Octal 200 53 60 0 102 76 62 544 62 42
Binary 10000000 101011 110000 0 1000010 111110 110010 101100100 110010 100010

Color Harmonies of #802B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B30

Black with #802B30

Text Example


Text Example

White with #802B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,43,48); }

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

background-color css

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

 a { background-color: rgb(128,43,48); }

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

border-color css

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

 span { border-color: rgb(128,43,48); }

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