Html Css Color HEX #5F1208 Red Oxide

📋 copy color: '#5F1208'

red 95 ◦ green 18 ◦ blue 8

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

Shades of Red Oxide #5F1208

Tints of Red Oxide #5F1208

RGB

 RED value IS 95 (37.5% from 255) = 78.51%

 GREEN value IS 18 (7.42% from 255) = 14.88%

 BLUE value IS 8 (3.52% from 255) = 6.61%

R = 78.51%
G = 14.88%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.63

RGB Variations

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

Color information

#5F1208 (or 0x5F1208) is known color: Red Oxide. HEX triplet: 5F, 12 and 08. RGB value is (95,18,8). Sum of RGB (Red+Green+Blue) = 95+18+8=121 (16% of max value = 765). Red value is 95 (37.5% from 255 or 78.51% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1208 is #A0EDF7. Grayscale: #282828. Windows color (decimal): -10546680 or 528991. OLE color: 528991.

HSL color Cylindrical-coordinate representation of color #5F1208: hue angle of 6.9º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F1208 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 18 8 -
CMYK 0 0.81 0.92 0.63
HSL 6.9º 0.84% 0.2% -
HSV(B) 6.9º 0.92% 0.37% -
XYZ 4.98 2.88 0.52 -
YUV 39.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 95 18 8 0 0.81 0.92 0.63 6.9 0.84 0.2
Hex 5F 12 8 0 51 5C 3F 7 54 14
Octal 137 22 10 0 121 134 77 7 124 24
Binary 1011111 10010 1000 0 1010001 1011100 111111 111 1010100 10100

Color Harmonies of #5F1208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1208

Black with #5F1208

Text Example


Text Example

White with #5F1208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F1208; }

 p { color: rgb(95,18,8); }

 H1.HeaderClassName
 {
   color: #5F1208;
 }
 .AnyTagClassName
 {
   color: #5F1208;
 }
</style>

background-color css

<style>
 a { background-color: #5F1208; }

 a { background-color: rgb(95,18,8); }

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

border-color css

<style>
 span { border-color: #5F1208; }

 span { border-color: rgb(95,18,8); }

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