Html Css Color HEX #63211C Red Oxide

📋 copy color: '#63211C'

red 99 ◦ green 33 ◦ blue 28

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

Shades of Red Oxide #63211C

Tints of Red Oxide #63211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.63%

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 61.88%
G = 20.63%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63211C (or 0x63211C) is known color: Red Oxide. HEX triplet: 63, 21 and 1C. RGB value is (99,33,28). Sum of RGB (Red+Green+Blue) = 99+33+28=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #63211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63211C is #9CDEE3. Grayscale: #343434. Windows color (decimal): -10280676 or 1843555. OLE color: 1843555.

HSL color Cylindrical-coordinate representation of color #63211C: hue angle of 4.23º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63211C is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 28 -
CMYK 0 0.67 0.72 0.61
HSL 4.23º 0.56% 0.25% -
HSV(B) 4.23º 0.72% 0.39% -
XYZ 5.9 3.82 1.53 -
YUV 52.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 99 33 28 0 0.67 0.72 0.61 4.23 0.56 0.25
Hex 63 21 1C 0 43 48 3D 4 38 19
Octal 143 41 34 0 103 110 75 4 70 31
Binary 1100011 100001 11100 0 1000011 1001000 111101 100 111000 11001

Color Harmonies of #63211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63211C

Black with #63211C

Text Example


Text Example

White with #63211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63211C; }

 p { color: rgb(99,33,28); }

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

background-color css

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

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

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

border-color css

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

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

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