Html Css Color HEX #5C1701 Red Oxide

📋 copy color: '#5C1701'

red 92 ◦ green 23 ◦ blue 1

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

Shades of Red Oxide #5C1701

Tints of Red Oxide #5C1701

RGB

 RED value IS 92 (36.33% from 255) = 79.31%

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

 BLUE value IS 1 (0.78% from 255) = 0.86%

R = 79.31%
G = 19.83%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#5C1701 (or 0x5C1701) is known color: Red Oxide. HEX triplet: 5C, 17 and 01. RGB value is (92,23,1). Sum of RGB (Red+Green+Blue) = 92+23+1=116 (15% of max value = 765). Red value is 92 (36.33% from 255 or 79.31% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1701 is #A3E8FE. Grayscale: #292929. Windows color (decimal): -10742015 or 71516. OLE color: 71516.

HSL color Cylindrical-coordinate representation of color #5C1701: hue angle of 14.51º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C1701 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 23 1 -
CMYK 0 0.75 0.99 0.64
HSL 14.51º 0.98% 0.18% -
HSV(B) 14.51º 0.99% 0.36% -
XYZ 4.73 2.89 0.34 -
YUV 41.12 105.36 164.29 -
System Red Green Blue C M Y K H S L
Decimal 92 23 1 0 0.75 0.99 0.64 14.51 0.98 0.18
Hex 5C 17 1 0 4B 63 40 F 62 12
Octal 134 27 1 0 113 143 100 17 142 22
Binary 1011100 10111 1 0 1001011 1100011 1000000 1111 1100010 10010

Color Harmonies of #5C1701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1701

Black with #5C1701

Text Example


Text Example

White with #5C1701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C1701; }

 p { color: rgb(92,23,1); }

 H1.HeaderClassName
 {
   color: #5C1701;
 }
 .AnyTagClassName
 {
   color: #5C1701;
 }
</style>

background-color css

<style>
 a { background-color: #5C1701; }

 a { background-color: rgb(92,23,1); }

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

border-color css

<style>
 span { border-color: #5C1701; }

 span { border-color: rgb(92,23,1); }

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