Html Css Color HEX #7F282B Flame Red

📋 copy color: '#7F282B'

red 127 ◦ green 40 ◦ blue 43

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

Shades of Flame Red #7F282B

Tints of Flame Red #7F282B

RGB

 RED value IS 127 (50% from 255) = 60.48%

 GREEN value IS 40 (16.02% from 255) = 19.05%

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

R = 60.48%
G = 19.05%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#7F282B (or 0x7F282B) is known color: Flame Red. HEX triplet: 7F, 28 and 2B. RGB value is (127,40,43). Sum of RGB (Red+Green+Blue) = 127+40+43=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F282B is #80D7D4. Grayscale: #424242. Windows color (decimal): -8443861 or 2828415. OLE color: 2828415.

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

Color convert

RGB 127 40 43 -
CMYK 0 0.69 0.66 0.50
HSL 357.93º 0.52% 0.33% -
HSV(B) 357.93º 0.69% 0.5% -
XYZ 9.95 6.2 2.96 -
YUV 66.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 127 40 43 0 0.69 0.66 0.50 357.93 0.52 0.33
Hex 7F 28 2B 0 45 42 32 166 34 21
Octal 177 50 53 0 105 102 62 546 64 41
Binary 1111111 101000 101011 0 1000101 1000010 110010 101100110 110100 100001

Color Harmonies of #7F282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F282B

Black with #7F282B

Text Example


Text Example

White with #7F282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F282B; }

 p { color: rgb(127,40,43); }

 H1.HeaderClassName
 {
   color: #7F282B;
 }
 .AnyTagClassName
 {
   color: #7F282B;
 }
</style>

background-color css

<style>
 a { background-color: #7F282B; }

 a { background-color: rgb(127,40,43); }

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

border-color css

<style>
 span { border-color: #7F282B; }

 span { border-color: rgb(127,40,43); }

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