Html Css Color HEX #65140E Red Oxide

📋 copy color: '#65140E'

red 101 ◦ green 20 ◦ blue 14

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

Shades of Red Oxide #65140E

Tints of Red Oxide #65140E

RGB

 RED value IS 101 (39.84% from 255) = 74.81%

 GREEN value IS 20 (8.2% from 255) = 14.81%

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

R = 74.81%
G = 14.81%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#65140E (or 0x65140E) is known color: Red Oxide. HEX triplet: 65, 14 and 0E. RGB value is (101,20,14). Sum of RGB (Red+Green+Blue) = 101+20+14=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #65140E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65140E is #9AEBF1. Grayscale: #2B2B2B. Windows color (decimal): -10152946 or 922725. OLE color: 922725.

HSL color Cylindrical-coordinate representation of color #65140E: hue angle of 4.14º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65140E is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 20 14 -
CMYK 0 0.80 0.86 0.60
HSL 4.14º 0.76% 0.23% -
HSV(B) 4.14º 0.86% 0.4% -
XYZ 5.7 3.3 0.75 -
YUV 43.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 101 20 14 0 0.80 0.86 0.60 4.14 0.76 0.23
Hex 65 14 E 0 50 56 3C 4 4C 17
Octal 145 24 16 0 120 126 74 4 114 27
Binary 1100101 10100 1110 0 1010000 1010110 111100 100 1001100 10111

Color Harmonies of #65140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65140E

Black with #65140E

Text Example


Text Example

White with #65140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65140E; }

 p { color: rgb(101,20,14); }

 H1.HeaderClassName
 {
   color: #65140E;
 }
 .AnyTagClassName
 {
   color: #65140E;
 }
</style>

background-color css

<style>
 a { background-color: #65140E; }

 a { background-color: rgb(101,20,14); }

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

border-color css

<style>
 span { border-color: #65140E; }

 span { border-color: rgb(101,20,14); }

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