Html Css Color HEX #F1492A Cinnabar

📋 copy color: '#F1492A'

red 241 ◦ green 73 ◦ blue 42

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

Shades of Cinnabar #F1492A

Tints of Cinnabar #F1492A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 67.7%
G = 20.51%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1492A (or 0xF1492A) is known color: Cinnabar. HEX triplet: F1, 49 and 2A. RGB value is (241,73,42). Sum of RGB (Red+Green+Blue) = 241+73+42=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F1492A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1492A is #0EB6D5. Grayscale: #777777. Windows color (decimal): -964310 or 2771441. OLE color: 2771441.

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

Color convert

RGB 241 73 42 -
CMYK 0 0.70 0.83 0.05
HSL 9.35º 0.88% 0.55% -
HSV(B) 9.35º 0.83% 0.95% -
XYZ 39.08 23.63 4.69 -
YUV 119.7 84.16 214.52 -
System Red Green Blue C M Y K H S L
Decimal 241 73 42 0 0.70 0.83 0.05 9.35 0.88 0.55
Hex F1 49 2A 0 46 53 5 9 58 37
Octal 361 111 52 0 106 123 5 11 130 67
Binary 11110001 1001001 101010 0 1000110 1010011 101 1001 1011000 110111

Color Harmonies of #F1492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1492A

Black with #F1492A

Text Example


Text Example

White with #F1492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1492A; }

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

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

background-color css

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

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

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

border-color css

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

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

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