Html Css Color HEX #851F23 Flame Red

📋 copy color: '#851F23'

red 133 ◦ green 31 ◦ blue 35

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

Shades of Flame Red #851F23

Tints of Flame Red #851F23

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.58%

 BLUE value IS 35 (14.06% from 255) = 17.59%

R = 66.83%
G = 15.58%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#851F23 (or 0x851F23) is known color: Flame Red. HEX triplet: 85, 1F and 23. RGB value is (133,31,35). Sum of RGB (Red+Green+Blue) = 133+31+35=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #851F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851F23 is #7AE0DC. Grayscale: #3E3E3E. Windows color (decimal): -8052957 or 2301829. OLE color: 2301829.

HSL color Cylindrical-coordinate representation of color #851F23: hue angle of 357.65º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851F23 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 31 35 -
CMYK 0 0.77 0.74 0.48
HSL 357.65º 0.62% 0.32% -
HSV(B) 357.65º 0.77% 0.52% -
XYZ 10.47 6.09 2.21 -
YUV 61.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 133 31 35 0 0.77 0.74 0.48 357.65 0.62 0.32
Hex 85 1F 23 0 4D 4A 30 166 3E 20
Octal 205 37 43 0 115 112 60 546 76 40
Binary 10000101 11111 100011 0 1001101 1001010 110000 101100110 111110 100000

Color Harmonies of #851F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F23

Black with #851F23

Text Example


Text Example

White with #851F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,31,35); }

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

background-color css

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

 a { background-color: rgb(133,31,35); }

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

border-color css

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

 span { border-color: rgb(133,31,35); }

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