Html Css Color HEX #F1491E Cinnabar

📋 copy color: '#F1491E'

red 241 ◦ green 73 ◦ blue 30

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

Shades of Cinnabar #F1491E

Tints of Cinnabar #F1491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.72%

R = 70.06%
G = 21.22%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1491E (or 0xF1491E) is known color: Cinnabar. HEX triplet: F1, 49 and 1E. RGB value is (241,73,30). Sum of RGB (Red+Green+Blue) = 241+73+30=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F1491E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1491E is #0EB6E1. Grayscale: #767676. Windows color (decimal): -964322 or 1985009. OLE color: 1985009.

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

Color convert

RGB 241 73 30 -
CMYK 0 0.70 0.88 0.05
HSL 12.23º 0.88% 0.53% -
HSV(B) 12.23º 0.88% 0.95% -
XYZ 38.89 23.56 3.73 -
YUV 118.33 78.16 215.5 -
System Red Green Blue C M Y K H S L
Decimal 241 73 30 0 0.70 0.88 0.05 12.23 0.88 0.53
Hex F1 49 1E 0 46 58 5 C 58 35
Octal 361 111 36 0 106 130 5 14 130 65
Binary 11110001 1001001 11110 0 1000110 1011000 101 1100 1011000 110101

Color Harmonies of #F1491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1491E

Black with #F1491E

Text Example


Text Example

White with #F1491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1491E; }

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

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

background-color css

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

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

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

border-color css

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

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

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