Html Css Color HEX #F1492B Cinnabar

📋 copy color: '#F1492B'

red 241 ◦ green 73 ◦ blue 43

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

Shades of Cinnabar #F1492B

Tints of Cinnabar #F1492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 67.51%
G = 20.45%
B = 12.04%

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

#F1492B (or 0xF1492B) is known color: Cinnabar. HEX triplet: F1, 49 and 2B. RGB value is (241,73,43). Sum of RGB (Red+Green+Blue) = 241+73+43=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F1492B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1492B is #0EB6D4. Grayscale: #787878. Windows color (decimal): -964309 or 2836977. OLE color: 2836977.

HSL color Cylindrical-coordinate representation of color #F1492B: hue angle of 9.09º 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 #F1492B is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 43 -
CMYK 0 0.70 0.82 0.05
HSL 9.09º 0.88% 0.56% -
HSV(B) 9.09º 0.82% 0.95% -
XYZ 39.09 23.64 4.79 -
YUV 119.81 84.66 214.44 -
System Red Green Blue C M Y K H S L
Decimal 241 73 43 0 0.70 0.82 0.05 9.09 0.88 0.56
Hex F1 49 2B 0 46 52 5 9 58 38
Octal 361 111 53 0 106 122 5 11 130 70
Binary 11110001 1001001 101011 0 1000110 1010010 101 1001 1011000 111000

Color Harmonies of #F1492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1492B

Black with #F1492B

Text Example


Text Example

White with #F1492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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