Html Css Color HEX #751212 Falu Red

📋 copy color: '#751212'

red 117 ◦ green 18 ◦ blue 18

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

Shades of Falu Red #751212

Tints of Falu Red #751212

RGB

 RED value IS 117 (46.09% from 255) = 76.47%

 GREEN value IS 18 (7.42% from 255) = 11.76%

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 76.47%
G = 11.76%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#751212 (or 0x751212) is known color: Falu Red. HEX triplet: 75, 12 and 12. RGB value is (117,18,18). Sum of RGB (Red+Green+Blue) = 117+18+18=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #751212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751212 is #8AEDED. Grayscale: #2F2F2F. Windows color (decimal): -9104878 or 1184373. OLE color: 1184373.

HSL color Cylindrical-coordinate representation of color #751212: hue angle of 0º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751212 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 18 -
CMYK 0 0.85 0.85 0.54
HSL 0.73% 0.26% -
HSV(B) 0.85% 0.46% -
XYZ 7.66 4.26 0.99 -
YUV 47.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 117 18 18 0 0.85 0.85 0.54 0 0.73 0.26
Hex 75 12 12 0 55 55 36 0 49 1A
Octal 165 22 22 0 125 125 66 0 111 32
Binary 1110101 10010 10010 0 1010101 1010101 110110 0 1001001 11010

Color Harmonies of #751212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751212

Black with #751212

Text Example


Text Example

White with #751212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751212; }

 p { color: rgb(117,18,18); }

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

background-color css

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

 a { background-color: rgb(117,18,18); }

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

border-color css

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

 span { border-color: rgb(117,18,18); }

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