Html Css Color HEX #63100F Red Oxide

📋 copy color: '#63100F'

red 99 ◦ green 16 ◦ blue 15

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

Shades of Red Oxide #63100F

Tints of Red Oxide #63100F

RGB

 RED value IS 99 (39.06% from 255) = 76.15%

 GREEN value IS 16 (6.64% from 255) = 12.31%

 BLUE value IS 15 (6.25% from 255) = 11.54%

R = 76.15%
G = 12.31%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63100F (or 0x63100F) is known color: Red Oxide. HEX triplet: 63, 10 and 0F. RGB value is (99,16,15). Sum of RGB (Red+Green+Blue) = 99+16+15=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #63100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63100F is #9CEFF0. Grayscale: #282828. Windows color (decimal): -10285041 or 987235. OLE color: 987235.

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

Color convert

RGB 99 16 15 -
CMYK 0 0.84 0.85 0.61
HSL 0.71º 0.74% 0.22% -
HSV(B) 0.71º 0.85% 0.39% -
XYZ 5.42 3.06 0.76 -
YUV 40.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 99 16 15 0 0.84 0.85 0.61 0.71 0.74 0.22
Hex 63 10 F 0 54 55 3D 1 4A 16
Octal 143 20 17 0 124 125 75 1 112 26
Binary 1100011 10000 1111 0 1010100 1010101 111101 1 1001010 10110

Color Harmonies of #63100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63100F

Black with #63100F

Text Example


Text Example

White with #63100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63100F; }

 p { color: rgb(99,16,15); }

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

background-color css

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

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

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

border-color css

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

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

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