Html Css Color HEX #921D02 Falu Red

📋 copy color: '#921D02'

red 146 ◦ green 29 ◦ blue 2

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

Shades of Falu Red #921D02

Tints of Falu Red #921D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.38%

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

R = 82.49%
G = 16.38%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#921D02 (or 0x921D02) is known color: Falu Red. HEX triplet: 92, 1D and 02. RGB value is (146,29,2). Sum of RGB (Red+Green+Blue) = 146+29+2=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #921D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D02 is #6DE2FD. Grayscale: #3D3D3D. Windows color (decimal): -7201534 or 138642. OLE color: 138642.

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

Color convert

RGB 146 29 2 -
CMYK 0 0.80 0.99 0.43
HSL 11.25º 0.97% 0.29% -
HSV(B) 11.25º 0.99% 0.57% -
XYZ 12.3 6.99 0.76 -
YUV 60.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 146 29 2 0 0.80 0.99 0.43 11.25 0.97 0.29
Hex 92 1D 2 0 50 63 2B B 61 1D
Octal 222 35 2 0 120 143 53 13 141 35
Binary 10010010 11101 10 0 1010000 1100011 101011 1011 1100001 11101

Color Harmonies of #921D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921D02

Black with #921D02

Text Example


Text Example

White with #921D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,29,2); }

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

background-color css

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

 a { background-color: rgb(146,29,2); }

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

border-color css

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

 span { border-color: rgb(146,29,2); }

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