Html Css Color HEX #F1471F Cinnabar

📋 copy color: '#F1471F'

red 241 ◦ green 71 ◦ blue 31

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

Shades of Cinnabar #F1471F

Tints of Cinnabar #F1471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

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

R = 70.26%
G = 20.7%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F1471F (or 0xF1471F) is known color: Cinnabar. HEX triplet: F1, 47 and 1F. RGB value is (241,71,31). Sum of RGB (Red+Green+Blue) = 241+71+31=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F1471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1471F is #0EB8E0. Grayscale: #757575. Windows color (decimal): -964833 or 2050033. OLE color: 2050033.

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

Color convert

RGB 241 71 31 -
CMYK 0 0.71 0.87 0.05
HSL 11.43º 0.88% 0.53% -
HSV(B) 11.43º 0.87% 0.95% -
XYZ 38.78 23.31 3.75 -
YUV 117.27 79.32 216.25 -
System Red Green Blue C M Y K H S L
Decimal 241 71 31 0 0.71 0.87 0.05 11.43 0.88 0.53
Hex F1 47 1F 0 47 57 5 B 58 35
Octal 361 107 37 0 107 127 5 13 130 65
Binary 11110001 1000111 11111 0 1000111 1010111 101 1011 1011000 110101

Color Harmonies of #F1471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1471F

Black with #F1471F

Text Example


Text Example

White with #F1471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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