Html Css Color HEX #851A1D Flame Red

📋 copy color: '#851A1D'

red 133 ◦ green 26 ◦ blue 29

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

Shades of Flame Red #851A1D

Tints of Flame Red #851A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.83%

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 70.74%
G = 13.83%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#851A1D (or 0x851A1D) is known color: Flame Red. HEX triplet: 85, 1A and 1D. RGB value is (133,26,29). Sum of RGB (Red+Green+Blue) = 133+26+29=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #851A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A1D is #7AE5E2. Grayscale: #3A3A3A. Windows color (decimal): -8054243 or 1907333. OLE color: 1907333.

HSL color Cylindrical-coordinate representation of color #851A1D: hue angle of 358.32º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851A1D is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 26 29 -
CMYK 0 0.80 0.78 0.48
HSL 358.32º 0.67% 0.31% -
HSV(B) 358.32º 0.8% 0.52% -
XYZ 10.26 5.81 1.74 -
YUV 58.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 133 26 29 0 0.80 0.78 0.48 358.32 0.67 0.31
Hex 85 1A 1D 0 50 4E 30 166 43 1F
Octal 205 32 35 0 120 116 60 546 103 37
Binary 10000101 11010 11101 0 1010000 1001110 110000 101100110 1000011 11111

Color Harmonies of #851A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A1D

Black with #851A1D

Text Example


Text Example

White with #851A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851A1D; }

 p { color: rgb(133,26,29); }

 H1.HeaderClassName
 {
   color: #851A1D;
 }
 .AnyTagClassName
 {
   color: #851A1D;
 }
</style>

background-color css

<style>
 a { background-color: #851A1D; }

 a { background-color: rgb(133,26,29); }

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

border-color css

<style>
 span { border-color: #851A1D; }

 span { border-color: rgb(133,26,29); }

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