Html Css Color HEX #62140F Red Oxide

📋 copy color: '#62140F'

red 98 ◦ green 20 ◦ blue 15

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

Shades of Red Oxide #62140F

Tints of Red Oxide #62140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.04%

 BLUE value IS 15 (6.25% from 255) = 11.28%

R = 73.68%
G = 15.04%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62140F (or 0x62140F) is known color: Red Oxide. HEX triplet: 62, 14 and 0F. RGB value is (98,20,15). Sum of RGB (Red+Green+Blue) = 98+20+15=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #62140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62140F is #9DEBF0. Grayscale: #2A2A2A. Windows color (decimal): -10349553 or 988258. OLE color: 988258.

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

Color convert

RGB 98 20 15 -
CMYK 0 0.80 0.85 0.62
HSL 3.61º 0.73% 0.22% -
HSV(B) 3.61º 0.85% 0.38% -
XYZ 5.37 3.13 0.77 -
YUV 42.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 98 20 15 0 0.80 0.85 0.62 3.61 0.73 0.22
Hex 62 14 F 0 50 55 3E 4 49 16
Octal 142 24 17 0 120 125 76 4 111 26
Binary 1100010 10100 1111 0 1010000 1010101 111110 100 1001001 10110

Color Harmonies of #62140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62140F

Black with #62140F

Text Example


Text Example

White with #62140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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