Html Css Color HEX #F1492F Cinnabar

📋 copy color: '#F1492F'

red 241 ◦ green 73 ◦ blue 47

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

Shades of Cinnabar #F1492F

Tints of Cinnabar #F1492F

RGB

 RED value IS 241 (94.53% from 255) = 66.76%

 GREEN value IS 73 (28.91% from 255) = 20.22%

 BLUE value IS 47 (18.75% from 255) = 13.02%

R = 66.76%
G = 20.22%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1492F (or 0xF1492F) is known color: Cinnabar. HEX triplet: F1, 49 and 2F. RGB value is (241,73,47). Sum of RGB (Red+Green+Blue) = 241+73+47=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F1492F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1492F is #0EB6D0. Grayscale: #787878. Windows color (decimal): -964305 or 3099121. OLE color: 3099121.

HSL color Cylindrical-coordinate representation of color #F1492F: hue angle of 8.04º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1492F is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 47 -
CMYK 0 0.70 0.80 0.05
HSL 8.04º 0.87% 0.56% -
HSV(B) 8.04º 0.8% 0.95% -
XYZ 39.17 23.67 5.19 -
YUV 120.27 86.66 214.11 -
System Red Green Blue C M Y K H S L
Decimal 241 73 47 0 0.70 0.80 0.05 8.04 0.87 0.56
Hex F1 49 2F 0 46 50 5 8 57 38
Octal 361 111 57 0 106 120 5 10 127 70
Binary 11110001 1001001 101111 0 1000110 1010000 101 1000 1010111 111000

Color Harmonies of #F1492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1492F

Black with #F1492F

Text Example


Text Example

White with #F1492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1492F; }

 p { color: rgb(241,73,47); }

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

background-color css

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

 a { background-color: rgb(241,73,47); }

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

border-color css

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

 span { border-color: rgb(241,73,47); }

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