Html Css Color HEX #62170F Red Oxide

📋 copy color: '#62170F'

red 98 ◦ green 23 ◦ blue 15

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

Shades of Red Oxide #62170F

Tints of Red Oxide #62170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.91%

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

R = 72.06%
G = 16.91%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62170F (or 0x62170F) is known color: Red Oxide. HEX triplet: 62, 17 and 0F. RGB value is (98,23,15). Sum of RGB (Red+Green+Blue) = 98+23+15=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #62170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62170F is #9DE8F0. Grayscale: #2C2C2C. Windows color (decimal): -10348785 or 989026. OLE color: 989026.

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

Color convert

RGB 98 23 15 -
CMYK 0 0.77 0.85 0.62
HSL 5.78º 0.73% 0.22% -
HSV(B) 5.78º 0.85% 0.38% -
XYZ 5.43 3.24 0.79 -
YUV 44.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 98 23 15 0 0.77 0.85 0.62 5.78 0.73 0.22
Hex 62 17 F 0 4D 55 3E 6 49 16
Octal 142 27 17 0 115 125 76 6 111 26
Binary 1100010 10111 1111 0 1001101 1010101 111110 110 1001001 10110

Color Harmonies of #62170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62170F

Black with #62170F

Text Example


Text Example

White with #62170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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