Html Css Color HEX #621702 Red Oxide

📋 copy color: '#621702'

red 98 ◦ green 23 ◦ blue 2

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

Shades of Red Oxide #621702

Tints of Red Oxide #621702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.7%

 BLUE value IS 2 (1.17% from 255) = 1.63%

R = 79.67%
G = 18.7%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#621702 (or 0x621702) is known color: Red Oxide. HEX triplet: 62, 17 and 02. RGB value is (98,23,2). Sum of RGB (Red+Green+Blue) = 98+23+2=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #621702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621702 is #9DE8FD. Grayscale: #2B2B2B. Windows color (decimal): -10348798 or 137058. OLE color: 137058.

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

Color convert

RGB 98 23 2 -
CMYK 0 0.77 0.98 0.62
HSL 13.13º 0.96% 0.2% -
HSV(B) 13.13º 0.98% 0.38% -
XYZ 5.35 3.21 0.4 -
YUV 43.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 98 23 2 0 0.77 0.98 0.62 13.13 0.96 0.2
Hex 62 17 2 0 4D 62 3E D 60 14
Octal 142 27 2 0 115 142 76 15 140 24
Binary 1100010 10111 10 0 1001101 1100010 111110 1101 1100000 10100

Color Harmonies of #621702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621702

Black with #621702

Text Example


Text Example

White with #621702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621702; }

 p { color: rgb(98,23,2); }

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

background-color css

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

 a { background-color: rgb(98,23,2); }

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

border-color css

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

 span { border-color: rgb(98,23,2); }

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