Html Css Color HEX #621101 Red Oxide

📋 copy color: '#621101'

red 98 ◦ green 17 ◦ blue 1

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

Shades of Red Oxide #621101

Tints of Red Oxide #621101

RGB

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

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

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

R = 84.48%
G = 14.66%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#621101 (or 0x621101) is known color: Red Oxide. HEX triplet: 62, 11 and 01. RGB value is (98,17,1). Sum of RGB (Red+Green+Blue) = 98+17+1=116 (15% of max value = 765). Red value is 98 (38.67% from 255 or 84.48% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 98 - color contains mainly: red. Hex color #621101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621101 is #9DEEFE. Grayscale: #272727. Windows color (decimal): -10350335 or 69986. OLE color: 69986.

HSL color Cylindrical-coordinate representation of color #621101: hue angle of 9.9º 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 #621101 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 17 1 -
CMYK 0 0.83 0.99 0.62
HSL 9.9º 0.98% 0.19% -
HSV(B) 9.9º 0.99% 0.38% -
XYZ 5.24 3 0.33 -
YUV 39.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 98 17 1 0 0.83 0.99 0.62 9.9 0.98 0.19
Hex 62 11 1 0 53 63 3E A 62 13
Octal 142 21 1 0 123 143 76 12 142 23
Binary 1100010 10001 1 0 1010011 1100011 111110 1010 1100010 10011

Color Harmonies of #621101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621101

Black with #621101

Text Example


Text Example

White with #621101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621101; }

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

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

background-color css

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

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

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

border-color css

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

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

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