Html Css Color HEX #621801 Red Oxide

📋 copy color: '#621801'

red 98 ◦ green 24 ◦ blue 1

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

Shades of Red Oxide #621801

Tints of Red Oxide #621801

RGB

 RED value IS 98 (38.67% from 255) = 79.67%

 GREEN value IS 24 (9.77% from 255) = 19.51%

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

R = 79.67%
G = 19.51%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#621801 (or 0x621801) is known color: Red Oxide. HEX triplet: 62, 18 and 01. RGB value is (98,24,1). Sum of RGB (Red+Green+Blue) = 98+24+1=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #621801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621801 is #9DE7FE. Grayscale: #2B2B2B. Windows color (decimal): -10348543 or 71778. OLE color: 71778.

HSL color Cylindrical-coordinate representation of color #621801: hue angle of 14.23º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #621801 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 24 1 -
CMYK 0 0.76 0.99 0.62
HSL 14.23º 0.98% 0.19% -
HSV(B) 14.23º 0.99% 0.38% -
XYZ 5.37 3.25 0.37 -
YUV 43.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 98 24 1 0 0.76 0.99 0.62 14.23 0.98 0.19
Hex 62 18 1 0 4C 63 3E E 62 13
Octal 142 30 1 0 114 143 76 16 142 23
Binary 1100010 11000 1 0 1001100 1100011 111110 1110 1100010 10011

Color Harmonies of #621801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621801

Black with #621801

Text Example


Text Example

White with #621801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621801; }

 p { color: rgb(98,24,1); }

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

background-color css

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

 a { background-color: rgb(98,24,1); }

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

border-color css

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

 span { border-color: rgb(98,24,1); }

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