#630E0E

Color #630E0E Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #630E0E

Tints of Red Oxide #630E0E

Color information

#630E0E (or 0x630E0E) is unknown color: approx Red Oxide. HEX triplet: 63, 0E and 0E. RGB value is (99,14,14). Sum of RGB (Red+Green+Blue) = 99+14+14=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #630E0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630E0E is #9CF1F1. Grayscale: #272727. Windows color (decimal): -10285554 or 921187. OLE color: 921187.

HSL color Cylindrical-coordinate representation of color #630E0E: hue angle of 0º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #630E0E is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB991414-
CMYK00.860.860.61
HSL75.22%22.16%-
HSV(B)85.86%38.82%-
XYZ5.3830.71-
YUV39.42113.66170.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 77.95%
GREEN value IS 14 (5.86% from 255) = 11.02%
BLUE value IS 14 (5.86% from 255) = 11.02%
R=77.95%
G=11.02%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99141400.860.860.61075.2222.16
Hex63EE056563D04b16
Octal1431616012612675011326
Binary1100011111011100101011010101101111010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630E0E; }

 p { color: rgb(99,14,14); }

 H1.HeaderClassName
 {
   color: #630E0E;
 }
 .AnyTagClassName
 {
   color: #630E0E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #630E0E;
 }
 .BgClassName
 {
   background-color: #630E0E;
 }
</style>
border-color css

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

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

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