Html Css Color HEX #620F02 Red Oxide

📋 copy color: '#620F02'

red 98 ◦ green 15 ◦ blue 2

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

Shades of Red Oxide #620F02

Tints of Red Oxide #620F02

RGB

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

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

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

R = 85.22%
G = 13.04%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#620F02 (or 0x620F02) is known color: Red Oxide. HEX triplet: 62, 0F and 02. RGB value is (98,15,2). Sum of RGB (Red+Green+Blue) = 98+15+2=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #620F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F02 is #9DF0FD. Grayscale: #262626. Windows color (decimal): -10350846 or 135010. OLE color: 135010.

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

Color convert

RGB 98 15 2 -
CMYK 0 0.85 0.98 0.62
HSL 8.13º 0.96% 0.2% -
HSV(B) 8.13º 0.98% 0.38% -
XYZ 5.22 2.94 0.35 -
YUV 38.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 98 15 2 0 0.85 0.98 0.62 8.13 0.96 0.2
Hex 62 F 2 0 55 62 3E 8 60 14
Octal 142 17 2 0 125 142 76 10 140 24
Binary 1100010 1111 10 0 1010101 1100010 111110 1000 1100000 10100

Color Harmonies of #620F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F02

Black with #620F02

Text Example


Text Example

White with #620F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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