Html Css Color HEX #872C2F Flame Red

📋 copy color: '#872C2F'

red 135 ◦ green 44 ◦ blue 47

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

Shades of Flame Red #872C2F

Tints of Flame Red #872C2F

RGB

 RED value IS 135 (53.13% from 255) = 59.73%

 GREEN value IS 44 (17.58% from 255) = 19.47%

 BLUE value IS 47 (18.75% from 255) = 20.8%

R = 59.73%
G = 19.47%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#872C2F (or 0x872C2F) is known color: Flame Red. HEX triplet: 87, 2C and 2F. RGB value is (135,44,47). Sum of RGB (Red+Green+Blue) = 135+44+47=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #872C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C2F is #78D3D0. Grayscale: #474747. Windows color (decimal): -7918545 or 3091591. OLE color: 3091591.

HSL color Cylindrical-coordinate representation of color #872C2F: hue angle of 358.02º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872C2F is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 44 47 -
CMYK 0 0.67 0.65 0.47
HSL 358.02º 0.51% 0.35% -
HSV(B) 358.02º 0.67% 0.53% -
XYZ 11.41 7.16 3.47 -
YUV 71.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 135 44 47 0 0.67 0.65 0.47 358.02 0.51 0.35
Hex 87 2C 2F 0 43 41 2F 166 33 23
Octal 207 54 57 0 103 101 57 546 63 43
Binary 10000111 101100 101111 0 1000011 1000001 101111 101100110 110011 100011

Color Harmonies of #872C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C2F

Black with #872C2F

Text Example


Text Example

White with #872C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872C2F; }

 p { color: rgb(135,44,47); }

 H1.HeaderClassName
 {
   color: #872C2F;
 }
 .AnyTagClassName
 {
   color: #872C2F;
 }
</style>

background-color css

<style>
 a { background-color: #872C2F; }

 a { background-color: rgb(135,44,47); }

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

border-color css

<style>
 span { border-color: #872C2F; }

 span { border-color: rgb(135,44,47); }

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