Html Css Color HEX #540F01 Red Oxide

📋 copy color: '#540F01'

red 84 ◦ green 15 ◦ blue 1

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

Shades of Red Oxide #540F01

Tints of Red Oxide #540F01

RGB

 RED value IS 84 (33.2% from 255) = 84%

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

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

R = 84%
G = 15%
B = 1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#540F01 (or 0x540F01) is known color: Red Oxide. HEX triplet: 54, 0F and 01. RGB value is (84,15,1). Sum of RGB (Red+Green+Blue) = 84+15+1=100 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 84 - color contains mainly: red. Hex color #540F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F01 is #ABF0FE. Grayscale: #222222. Windows color (decimal): -11268351 or 69460. OLE color: 69460.

HSL color Cylindrical-coordinate representation of color #540F01: hue angle of 10.12º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540F01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 15 1 -
CMYK 0 0.82 0.99 0.67
HSL 10.12º 0.98% 0.17% -
HSV(B) 10.12º 0.99% 0.33% -
XYZ 3.83 2.23 0.26 -
YUV 34.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 84 15 1 0 0.82 0.99 0.67 10.12 0.98 0.17
Hex 54 F 1 0 52 63 43 A 62 11
Octal 124 17 1 0 122 143 103 12 142 21
Binary 1010100 1111 1 0 1010010 1100011 1000011 1010 1100010 10001

Color Harmonies of #540F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F01

Black with #540F01

Text Example


Text Example

White with #540F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540F01; }

 p { color: rgb(84,15,1); }

 H1.HeaderClassName
 {
   color: #540F01;
 }
 .AnyTagClassName
 {
   color: #540F01;
 }
</style>

background-color css

<style>
 a { background-color: #540F01; }

 a { background-color: rgb(84,15,1); }

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

border-color css

<style>
 span { border-color: #540F01; }

 span { border-color: rgb(84,15,1); }

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