Html Css Color HEX #620F03 Red Oxide

📋 copy color: '#620F03'

red 98 ◦ green 15 ◦ blue 3

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

Shades of Red Oxide #620F03

Tints of Red Oxide #620F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.93%

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

R = 84.48%
G = 12.93%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#620F03 (or 0x620F03) is known color: Red Oxide. HEX triplet: 62, 0F and 03. RGB value is (98,15,3). Sum of RGB (Red+Green+Blue) = 98+15+3=116 (15% of max value = 765). Red value is 98 (38.67% from 255 or 84.48% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 98 - color contains mainly: red. Hex color #620F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F03 is #9DF0FC. Grayscale: #262626. Windows color (decimal): -10350845 or 200546. OLE color: 200546.

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

Color convert

RGB 98 15 3 -
CMYK 0 0.85 0.97 0.62
HSL 7.58º 0.94% 0.2% -
HSV(B) 7.58º 0.97% 0.38% -
XYZ 5.22 2.94 0.38 -
YUV 38.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 98 15 3 0 0.85 0.97 0.62 7.58 0.94 0.2
Hex 62 F 3 0 55 61 3E 8 5E 14
Octal 142 17 3 0 125 141 76 10 136 24
Binary 1100010 1111 11 0 1010101 1100001 111110 1000 1011110 10100

Color Harmonies of #620F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F03

Black with #620F03

Text Example


Text Example

White with #620F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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