Html Css Color HEX #641101 Red Oxide

📋 copy color: '#641101'

red 100 ◦ green 17 ◦ blue 1

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

Shades of Red Oxide #641101

Tints of Red Oxide #641101

RGB

 RED value IS 100 (39.45% from 255) = 84.75%

 GREEN value IS 17 (7.03% from 255) = 14.41%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 84.75%
G = 14.41%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#641101 (or 0x641101) is known color: Red Oxide. HEX triplet: 64, 11 and 01. RGB value is (100,17,1). Sum of RGB (Red+Green+Blue) = 100+17+1=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #641101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641101 is #9BEEFE. Grayscale: #282828. Windows color (decimal): -10219263 or 69988. OLE color: 69988.

HSL color Cylindrical-coordinate representation of color #641101: hue angle of 9.7º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #641101 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 17 1 -
CMYK 0 0.83 0.99 0.61
HSL 9.7º 0.98% 0.2% -
HSV(B) 9.7º 0.99% 0.39% -
XYZ 5.46 3.11 0.34 -
YUV 39.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 100 17 1 0 0.83 0.99 0.61 9.7 0.98 0.2
Hex 64 11 1 0 53 63 3D A 62 14
Octal 144 21 1 0 123 143 75 12 142 24
Binary 1100100 10001 1 0 1010011 1100011 111101 1010 1100010 10100

Color Harmonies of #641101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641101

Black with #641101

Text Example


Text Example

White with #641101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641101; }

 p { color: rgb(100,17,1); }

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

background-color css

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

 a { background-color: rgb(100,17,1); }

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

border-color css

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

 span { border-color: rgb(100,17,1); }

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