Html Css Color HEX #621203 Red Oxide

📋 copy color: '#621203'

red 98 ◦ green 18 ◦ blue 3

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

Shades of Red Oxide #621203

Tints of Red Oxide #621203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

 BLUE value IS 3 (1.56% from 255) = 2.52%

R = 82.35%
G = 15.13%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#621203 (or 0x621203) is known color: Red Oxide. HEX triplet: 62, 12 and 03. RGB value is (98,18,3). Sum of RGB (Red+Green+Blue) = 98+18+3=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #621203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621203 is #9DEDFC. Grayscale: #282828. Windows color (decimal): -10350077 or 201314. OLE color: 201314.

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

Color convert

RGB 98 18 3 -
CMYK 0 0.82 0.97 0.62
HSL 9.47º 0.94% 0.2% -
HSV(B) 9.47º 0.97% 0.38% -
XYZ 5.27 3.04 0.39 -
YUV 40.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 98 18 3 0 0.82 0.97 0.62 9.47 0.94 0.2
Hex 62 12 3 0 52 61 3E 9 5E 14
Octal 142 22 3 0 122 141 76 11 136 24
Binary 1100010 10010 11 0 1010010 1100001 111110 1001 1011110 10100

Color Harmonies of #621203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621203

Black with #621203

Text Example


Text Example

White with #621203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621203; }

 p { color: rgb(98,18,3); }

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

background-color css

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

 a { background-color: rgb(98,18,3); }

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

border-color css

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

 span { border-color: rgb(98,18,3); }

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