Html Css Color HEX #6F1F19 Red Oxide

📋 copy color: '#6F1F19'

red 111 ◦ green 31 ◦ blue 25

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

Shades of Red Oxide #6F1F19

Tints of Red Oxide #6F1F19

RGB

 RED value IS 111 (43.75% from 255) = 66.47%

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

 BLUE value IS 25 (10.16% from 255) = 14.97%

R = 66.47%
G = 18.56%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F1F19 (or 0x6F1F19) is known color: Red Oxide. HEX triplet: 6F, 1F and 19. RGB value is (111,31,25). Sum of RGB (Red+Green+Blue) = 111+31+25=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1F19 is #90E0E6. Grayscale: #363636. Windows color (decimal): -9494759 or 1646447. OLE color: 1646447.

HSL color Cylindrical-coordinate representation of color #6F1F19: hue angle of 4.19º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1F19 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 31 25 -
CMYK 0 0.72 0.77 0.56
HSL 4.19º 0.63% 0.27% -
HSV(B) 4.19º 0.77% 0.44% -
XYZ 7.22 4.43 1.39 -
YUV 54.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 111 31 25 0 0.72 0.77 0.56 4.19 0.63 0.27
Hex 6F 1F 19 0 48 4D 38 4 3F 1B
Octal 157 37 31 0 110 115 70 4 77 33
Binary 1101111 11111 11001 0 1001000 1001101 111000 100 111111 11011

Color Harmonies of #6F1F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1F19

Black with #6F1F19

Text Example


Text Example

White with #6F1F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,31,25); }

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

background-color css

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

 a { background-color: rgb(111,31,25); }

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

border-color css

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

 span { border-color: rgb(111,31,25); }

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