Html Css Color HEX #6D1F15 Red Oxide

📋 copy color: '#6D1F15'

red 109 ◦ green 31 ◦ blue 21

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

Shades of Red Oxide #6D1F15

Tints of Red Oxide #6D1F15

RGB

 RED value IS 109 (42.97% from 255) = 67.7%

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

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

R = 67.7%
G = 19.25%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#6D1F15 (or 0x6D1F15) is known color: Red Oxide. HEX triplet: 6D, 1F and 15. RGB value is (109,31,21). Sum of RGB (Red+Green+Blue) = 109+31+21=161 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.70% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1F15 is #92E0EA. Grayscale: #353535. Windows color (decimal): -9625835 or 1384301. OLE color: 1384301.

HSL color Cylindrical-coordinate representation of color #6D1F15: hue angle of 6.82º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1F15 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 31 21 -
CMYK 0 0.72 0.81 0.57
HSL 6.82º 0.68% 0.25% -
HSV(B) 6.82º 0.81% 0.43% -
XYZ 6.93 4.29 1.17 -
YUV 53.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 109 31 21 0 0.72 0.81 0.57 6.82 0.68 0.25
Hex 6D 1F 15 0 48 51 39 7 44 19
Octal 155 37 25 0 110 121 71 7 104 31
Binary 1101101 11111 10101 0 1001000 1010001 111001 111 1000100 11001

Color Harmonies of #6D1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F15

Black with #6D1F15

Text Example


Text Example

White with #6D1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D1F15; }

 p { color: rgb(109,31,21); }

 H1.HeaderClassName
 {
   color: #6D1F15;
 }
 .AnyTagClassName
 {
   color: #6D1F15;
 }
</style>

background-color css

<style>
 a { background-color: #6D1F15; }

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

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

border-color css

<style>
 span { border-color: #6D1F15; }

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

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