Html Css Color HEX #620F0C Red Oxide

📋 copy color: '#620F0C'

red 98 ◦ green 15 ◦ blue 12

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

Shades of Red Oxide #620F0C

Tints of Red Oxide #620F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.6%

R = 78.4%
G = 12%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#620F0C (or 0x620F0C) is known color: Red Oxide. HEX triplet: 62, 0F and 0C. RGB value is (98,15,12). Sum of RGB (Red+Green+Blue) = 98+15+12=125 (16% of max value = 765). Red value is 98 (38.67% from 255 or 78.4% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 98 - color contains mainly: red. Hex color #620F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F0C is #9DF0F3. Grayscale: #272727. Windows color (decimal): -10350836 or 790370. OLE color: 790370.

HSL color Cylindrical-coordinate representation of color #620F0C: hue angle of 2.09º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620F0C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 15 12 -
CMYK 0 0.85 0.88 0.62
HSL 2.09º 0.78% 0.22% -
HSV(B) 2.09º 0.88% 0.38% -
XYZ 5.27 2.96 0.64 -
YUV 39.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 98 15 12 0 0.85 0.88 0.62 2.09 0.78 0.22
Hex 62 F C 0 55 58 3E 2 4E 16
Octal 142 17 14 0 125 130 76 2 116 26
Binary 1100010 1111 1100 0 1010101 1011000 111110 10 1001110 10110

Color Harmonies of #620F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F0C

Black with #620F0C

Text Example


Text Example

White with #620F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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