Html Css Color HEX #921C03 Falu Red

📋 copy color: '#921C03'

red 146 ◦ green 28 ◦ blue 3

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

Shades of Falu Red #921C03

Tints of Falu Red #921C03

RGB

 RED value IS 146 (57.42% from 255) = 82.49%

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

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 82.49%
G = 15.82%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#921C03 (or 0x921C03) is known color: Falu Red. HEX triplet: 92, 1C and 03. RGB value is (146,28,3). Sum of RGB (Red+Green+Blue) = 146+28+3=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #921C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921C03 is #6DE3FC. Grayscale: #3C3C3C. Windows color (decimal): -7201789 or 203922. OLE color: 203922.

HSL color Cylindrical-coordinate representation of color #921C03: hue angle of 10.49º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #921C03 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 28 3 -
CMYK 0 0.81 0.98 0.43
HSL 10.49º 0.96% 0.29% -
HSV(B) 10.49º 0.98% 0.57% -
XYZ 12.29 6.95 0.78 -
YUV 60.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 146 28 3 0 0.81 0.98 0.43 10.49 0.96 0.29
Hex 92 1C 3 0 51 62 2B A 60 1D
Octal 222 34 3 0 121 142 53 12 140 35
Binary 10010010 11100 11 0 1010001 1100010 101011 1010 1100000 11101

Color Harmonies of #921C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921C03

Black with #921C03

Text Example


Text Example

White with #921C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921C03; }

 p { color: rgb(146,28,3); }

 H1.HeaderClassName
 {
   color: #921C03;
 }
 .AnyTagClassName
 {
   color: #921C03;
 }
</style>

background-color css

<style>
 a { background-color: #921C03; }

 a { background-color: rgb(146,28,3); }

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

border-color css

<style>
 span { border-color: #921C03; }

 span { border-color: rgb(146,28,3); }

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