Html Css Color HEX #5F1515 Red Oxide

📋 copy color: '#5F1515'

red 95 ◦ green 21 ◦ blue 21

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

Shades of Red Oxide #5F1515

Tints of Red Oxide #5F1515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.33%

 BLUE value IS 21 (8.59% from 255) = 15.33%

R = 69.34%
G = 15.33%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#5F1515 (or 0x5F1515) is known color: Red Oxide. HEX triplet: 5F, 15 and 15. RGB value is (95,21,21). Sum of RGB (Red+Green+Blue) = 95+21+21=137 (18% of max value = 765). Red value is 95 (37.5% from 255 or 69.34% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1515 is #A0EAEA. Grayscale: #2B2B2B. Windows color (decimal): -10545899 or 1381727. OLE color: 1381727.

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

Color convert

RGB 95 21 21 -
CMYK 0 0.78 0.78 0.63
HSL 0.64% 0.23% -
HSV(B) 0.78% 0.37% -
XYZ 5.12 3.02 1.02 -
YUV 43.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 95 21 21 0 0.78 0.78 0.63 0 0.64 0.23
Hex 5F 15 15 0 4E 4E 3F 0 40 17
Octal 137 25 25 0 116 116 77 0 100 27
Binary 1011111 10101 10101 0 1001110 1001110 111111 0 1000000 10111

Color Harmonies of #5F1515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1515

Black with #5F1515

Text Example


Text Example

White with #5F1515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,21,21); }

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

background-color css

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

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

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

border-color css

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

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

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