Html Css Color HEX #F1411C Cinnabar

📋 copy color: '#F1411C'

red 241 ◦ green 65 ◦ blue 28

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

Shades of Cinnabar #F1411C

Tints of Cinnabar #F1411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 72.16%
G = 19.46%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1411C (or 0xF1411C) is known color: Cinnabar. HEX triplet: F1, 41 and 1C. RGB value is (241,65,28). Sum of RGB (Red+Green+Blue) = 241+65+28=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F1411C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1411C is #0EBEE3. Grayscale: #717171. Windows color (decimal): -966372 or 1851889. OLE color: 1851889.

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

Color convert

RGB 241 65 28 -
CMYK 0 0.73 0.88 0.05
HSL 10.42º 0.88% 0.53% -
HSV(B) 10.42º 0.88% 0.95% -
XYZ 38.38 22.57 3.43 -
YUV 113.41 79.81 219.01 -
System Red Green Blue C M Y K H S L
Decimal 241 65 28 0 0.73 0.88 0.05 10.42 0.88 0.53
Hex F1 41 1C 0 49 58 5 A 58 35
Octal 361 101 34 0 111 130 5 12 130 65
Binary 11110001 1000001 11100 0 1001001 1011000 101 1010 1011000 110101

Color Harmonies of #F1411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1411C

Black with #F1411C

Text Example


Text Example

White with #F1411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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