Html Css Color HEX #5F1A0E Red Oxide

📋 copy color: '#5F1A0E'

red 95 ◦ green 26 ◦ blue 14

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

Shades of Red Oxide #5F1A0E

Tints of Red Oxide #5F1A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.37%

R = 70.37%
G = 19.26%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.63

RGB Variations

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

Color information

#5F1A0E (or 0x5F1A0E) is known color: Red Oxide. HEX triplet: 5F, 1A and 0E. RGB value is (95,26,14). Sum of RGB (Red+Green+Blue) = 95+26+14=135 (17% of max value = 765). Red value is 95 (37.5% from 255 or 70.37% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F1A0E is #A0E5F1. Grayscale: #2D2D2D. Windows color (decimal): -10544626 or 924255. OLE color: 924255.

HSL color Cylindrical-coordinate representation of color #5F1A0E: hue angle of 8.89º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F1A0E is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 26 14 -
CMYK 0 0.73 0.85 0.63
HSL 8.89º 0.74% 0.21% -
HSV(B) 8.89º 0.85% 0.37% -
XYZ 5.17 3.2 0.76 -
YUV 45.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 95 26 14 0 0.73 0.85 0.63 8.89 0.74 0.21
Hex 5F 1A E 0 49 55 3F 9 4A 15
Octal 137 32 16 0 111 125 77 11 112 25
Binary 1011111 11010 1110 0 1001001 1010101 111111 1001 1001010 10101

Color Harmonies of #5F1A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1A0E

Black with #5F1A0E

Text Example


Text Example

White with #5F1A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,26,14); }

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

background-color css

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

 a { background-color: rgb(95,26,14); }

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

border-color css

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

 span { border-color: rgb(95,26,14); }

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