Html Css Color HEX #5F190F Red Oxide

📋 copy color: '#5F190F'

red 95 ◦ green 25 ◦ blue 15

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

Shades of Red Oxide #5F190F

Tints of Red Oxide #5F190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.52%

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 70.37%
G = 18.52%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#5F190F (or 0x5F190F) is known color: Red Oxide. HEX triplet: 5F, 19 and 0F. RGB value is (95,25,15). Sum of RGB (Red+Green+Blue) = 95+25+15=135 (17% of max value = 765). Red value is 95 (37.5% from 255 or 70.37% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 95 - color contains mainly: red. Hex color #5F190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F190F is #A0E6F0. Grayscale: #2C2C2C. Windows color (decimal): -10544881 or 989535. OLE color: 989535.

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

Color convert

RGB 95 25 15 -
CMYK 0 0.74 0.84 0.63
HSL 7.5º 0.73% 0.22% -
HSV(B) 7.5º 0.84% 0.37% -
XYZ 5.15 3.16 0.79 -
YUV 44.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 95 25 15 0 0.74 0.84 0.63 7.5 0.73 0.22
Hex 5F 19 F 0 4A 54 3F 8 49 16
Octal 137 31 17 0 112 124 77 10 111 26
Binary 1011111 11001 1111 0 1001010 1010100 111111 1000 1001001 10110

Color Harmonies of #5F190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F190F

Black with #5F190F

Text Example


Text Example

White with #5F190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,25,15); }

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

background-color css

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

 a { background-color: rgb(95,25,15); }

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

border-color css

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

 span { border-color: rgb(95,25,15); }

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