Html Css Color HEX #5D1702 Red Oxide

📋 copy color: '#5D1702'

red 93 ◦ green 23 ◦ blue 2

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

Shades of Red Oxide #5D1702

Tints of Red Oxide #5D1702

RGB

 RED value IS 93 (36.72% from 255) = 78.81%

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

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

R = 78.81%
G = 19.49%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#5D1702 (or 0x5D1702) is known color: Red Oxide. HEX triplet: 5D, 17 and 02. RGB value is (93,23,2). Sum of RGB (Red+Green+Blue) = 93+23+2=118 (15% of max value = 765). Red value is 93 (36.72% from 255 or 78.81% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1702 is #A2E8FD. Grayscale: #292929. Windows color (decimal): -10676478 or 137053. OLE color: 137053.

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

Color convert

RGB 93 23 2 -
CMYK 0 0.75 0.98 0.64
HSL 13.85º 0.96% 0.19% -
HSV(B) 13.85º 0.98% 0.36% -
XYZ 4.83 2.94 0.37 -
YUV 41.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 93 23 2 0 0.75 0.98 0.64 13.85 0.96 0.19
Hex 5D 17 2 0 4B 62 40 E 60 13
Octal 135 27 2 0 113 142 100 16 140 23
Binary 1011101 10111 10 0 1001011 1100010 1000000 1110 1100000 10011

Color Harmonies of #5D1702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1702

Black with #5D1702

Text Example


Text Example

White with #5D1702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,23,2); }

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

background-color css

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

 a { background-color: rgb(93,23,2); }

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

border-color css

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

 span { border-color: rgb(93,23,2); }

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