Html Css Color HEX #F1461B Cinnabar

📋 copy color: '#F1461B'

red 241 ◦ green 70 ◦ blue 27

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

Shades of Cinnabar #F1461B

Tints of Cinnabar #F1461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

 BLUE value IS 27 (10.94% from 255) = 7.99%

R = 71.3%
G = 20.71%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1461B (or 0xF1461B) is known color: Cinnabar. HEX triplet: F1, 46 and 1B. RGB value is (241,70,27). Sum of RGB (Red+Green+Blue) = 241+70+27=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F1461B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1461B is #0EB9E4. Grayscale: #747474. Windows color (decimal): -965093 or 1787633. OLE color: 1787633.

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

Color convert

RGB 241 70 27 -
CMYK 0 0.71 0.89 0.05
HSL 12.06º 0.88% 0.53% -
HSV(B) 12.06º 0.89% 0.95% -
XYZ 38.66 23.16 3.47 -
YUV 116.23 77.65 217 -
System Red Green Blue C M Y K H S L
Decimal 241 70 27 0 0.71 0.89 0.05 12.06 0.88 0.53
Hex F1 46 1B 0 47 59 5 C 58 35
Octal 361 106 33 0 107 131 5 14 130 65
Binary 11110001 1000110 11011 0 1000111 1011001 101 1100 1011000 110101

Color Harmonies of #F1461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1461B

Black with #F1461B

Text Example


Text Example

White with #F1461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1461B; }

 p { color: rgb(241,70,27); }

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

background-color css

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

 a { background-color: rgb(241,70,27); }

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

border-color css

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

 span { border-color: rgb(241,70,27); }

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