Html Css Color HEX #F1492C Cinnabar

📋 copy color: '#F1492C'

red 241 ◦ green 73 ◦ blue 44

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

Shades of Cinnabar #F1492C

Tints of Cinnabar #F1492C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.29%

R = 67.32%
G = 20.39%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1492C (or 0xF1492C) is known color: Cinnabar. HEX triplet: F1, 49 and 2C. RGB value is (241,73,44). Sum of RGB (Red+Green+Blue) = 241+73+44=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F1492C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1492C is #0EB6D3. Grayscale: #787878. Windows color (decimal): -964308 or 2902513. OLE color: 2902513.

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

Color convert

RGB 241 73 44 -
CMYK 0 0.70 0.82 0.05
HSL 8.83º 0.88% 0.56% -
HSV(B) 8.83º 0.82% 0.95% -
XYZ 39.11 23.65 4.89 -
YUV 119.93 85.16 214.36 -
System Red Green Blue C M Y K H S L
Decimal 241 73 44 0 0.70 0.82 0.05 8.83 0.88 0.56
Hex F1 49 2C 0 46 52 5 9 58 38
Octal 361 111 54 0 106 122 5 11 130 70
Binary 11110001 1001001 101100 0 1000110 1010010 101 1001 1011000 111000

Color Harmonies of #F1492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1492C

Black with #F1492C

Text Example


Text Example

White with #F1492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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