Html Css Color HEX #621303 Red Oxide

📋 copy color: '#621303'

red 98 ◦ green 19 ◦ blue 3

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

Shades of Red Oxide #621303

Tints of Red Oxide #621303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.83%

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

R = 81.67%
G = 15.83%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#621303 (or 0x621303) is known color: Red Oxide. HEX triplet: 62, 13 and 03. RGB value is (98,19,3). Sum of RGB (Red+Green+Blue) = 98+19+3=120 (15% of max value = 765). Red value is 98 (38.67% from 255 or 81.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 98 - color contains mainly: red. Hex color #621303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621303 is #9DECFC. Grayscale: #282828. Windows color (decimal): -10349821 or 201570. OLE color: 201570.

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

Color convert

RGB 98 19 3 -
CMYK 0 0.81 0.97 0.62
HSL 10.11º 0.94% 0.2% -
HSV(B) 10.11º 0.97% 0.38% -
XYZ 5.29 3.07 0.4 -
YUV 40.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 98 19 3 0 0.81 0.97 0.62 10.11 0.94 0.2
Hex 62 13 3 0 51 61 3E A 5E 14
Octal 142 23 3 0 121 141 76 12 136 24
Binary 1100010 10011 11 0 1010001 1100001 111110 1010 1011110 10100

Color Harmonies of #621303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621303

Black with #621303

Text Example


Text Example

White with #621303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621303; }

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

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

background-color css

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

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

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

border-color css

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

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

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