Html Css Color HEX #85282B Flame Red

📋 copy color: '#85282B'

red 133 ◦ green 40 ◦ blue 43

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

Shades of Flame Red #85282B

Tints of Flame Red #85282B

RGB

 RED value IS 133 (52.34% from 255) = 61.57%

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

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

R = 61.57%
G = 18.52%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85282B (or 0x85282B) is known color: Flame Red. HEX triplet: 85, 28 and 2B. RGB value is (133,40,43). Sum of RGB (Red+Green+Blue) = 133+40+43=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85282B is #7AD7D4. Grayscale: #444444. Windows color (decimal): -8050645 or 2828421. OLE color: 2828421.

HSL color Cylindrical-coordinate representation of color #85282B: hue angle of 358.06º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85282B is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 43 -
CMYK 0 0.70 0.68 0.48
HSL 358.06º 0.54% 0.34% -
HSV(B) 358.06º 0.7% 0.52% -
XYZ 10.87 6.68 3 -
YUV 68.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 133 40 43 0 0.70 0.68 0.48 358.06 0.54 0.34
Hex 85 28 2B 0 46 44 30 166 36 22
Octal 205 50 53 0 106 104 60 546 66 42
Binary 10000101 101000 101011 0 1000110 1000100 110000 101100110 110110 100010

Color Harmonies of #85282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85282B

Black with #85282B

Text Example


Text Example

White with #85282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85282B; }

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

 H1.HeaderClassName
 {
   color: #85282B;
 }
 .AnyTagClassName
 {
   color: #85282B;
 }
</style>

background-color css

<style>
 a { background-color: #85282B; }

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

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

border-color css

<style>
 span { border-color: #85282B; }

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

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