Html Css Color HEX #621502 Red Oxide

📋 copy color: '#621502'

red 98 ◦ green 21 ◦ blue 2

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

Shades of Red Oxide #621502

Tints of Red Oxide #621502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.36%

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

R = 80.99%
G = 17.36%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#621502 (or 0x621502) is known color: Red Oxide. HEX triplet: 62, 15 and 02. RGB value is (98,21,2). Sum of RGB (Red+Green+Blue) = 98+21+2=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #621502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621502 is #9DEAFD. Grayscale: #2A2A2A. Windows color (decimal): -10349310 or 136546. OLE color: 136546.

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

Color convert

RGB 98 21 2 -
CMYK 0 0.79 0.98 0.62
HSL 11.88º 0.96% 0.2% -
HSV(B) 11.88º 0.98% 0.38% -
XYZ 5.32 3.14 0.38 -
YUV 41.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 98 21 2 0 0.79 0.98 0.62 11.88 0.96 0.2
Hex 62 15 2 0 4F 62 3E C 60 14
Octal 142 25 2 0 117 142 76 14 140 24
Binary 1100010 10101 10 0 1001111 1100010 111110 1100 1100000 10100

Color Harmonies of #621502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621502

Black with #621502

Text Example


Text Example

White with #621502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621502; }

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

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

background-color css

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

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

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

border-color css

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

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

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