Html Css Color HEX #F1411F Cinnabar

📋 copy color: '#F1411F'

red 241 ◦ green 65 ◦ blue 31

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

Shades of Cinnabar #F1411F

Tints of Cinnabar #F1411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 71.51%
G = 19.29%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F1411F (or 0xF1411F) is known color: Cinnabar. HEX triplet: F1, 41 and 1F. RGB value is (241,65,31). Sum of RGB (Red+Green+Blue) = 241+65+31=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F1411F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1411F is #0EBEE0. Grayscale: #727272. Windows color (decimal): -966369 or 2048497. OLE color: 2048497.

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

Color convert

RGB 241 65 31 -
CMYK 0 0.73 0.87 0.05
HSL 9.71º 0.88% 0.53% -
HSV(B) 9.71º 0.87% 0.95% -
XYZ 38.41 22.58 3.63 -
YUV 113.75 81.31 218.76 -
System Red Green Blue C M Y K H S L
Decimal 241 65 31 0 0.73 0.87 0.05 9.71 0.88 0.53
Hex F1 41 1F 0 49 57 5 A 58 35
Octal 361 101 37 0 111 127 5 12 130 65
Binary 11110001 1000001 11111 0 1001001 1010111 101 1010 1011000 110101

Color Harmonies of #F1411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1411F

Black with #F1411F

Text Example


Text Example

White with #F1411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1411F; }

 p { color: rgb(241,65,31); }

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

background-color css

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

 a { background-color: rgb(241,65,31); }

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

border-color css

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

 span { border-color: rgb(241,65,31); }

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