Html Css Color HEX #721C01 Falu Red

📋 copy color: '#721C01'

red 114 ◦ green 28 ◦ blue 1

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

Shades of Falu Red #721C01

Tints of Falu Red #721C01

RGB

 RED value IS 114 (44.92% from 255) = 79.72%

 GREEN value IS 28 (11.33% from 255) = 19.58%

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

R = 79.72%
G = 19.58%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#721C01 (or 0x721C01) is known color: Falu Red. HEX triplet: 72, 1C and 01. RGB value is (114,28,1). Sum of RGB (Red+Green+Blue) = 114+28+1=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #721C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721C01 is #8DE3FE. Grayscale: #323232. Windows color (decimal): -9298943 or 72818. OLE color: 72818.

HSL color Cylindrical-coordinate representation of color #721C01: hue angle of 14.34º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #721C01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 28 1 -
CMYK 0 0.75 0.99 0.55
HSL 14.34º 0.98% 0.23% -
HSV(B) 14.34º 0.99% 0.45% -
XYZ 7.36 4.41 0.49 -
YUV 50.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 114 28 1 0 0.75 0.99 0.55 14.34 0.98 0.23
Hex 72 1C 1 0 4B 63 37 E 62 17
Octal 162 34 1 0 113 143 67 16 142 27
Binary 1110010 11100 1 0 1001011 1100011 110111 1110 1100010 10111

Color Harmonies of #721C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C01

Black with #721C01

Text Example


Text Example

White with #721C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721C01; }

 p { color: rgb(114,28,1); }

 H1.HeaderClassName
 {
   color: #721C01;
 }
 .AnyTagClassName
 {
   color: #721C01;
 }
</style>

background-color css

<style>
 a { background-color: #721C01; }

 a { background-color: rgb(114,28,1); }

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

border-color css

<style>
 span { border-color: #721C01; }

 span { border-color: rgb(114,28,1); }

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