Html Css Color HEX #F1471C Cinnabar

📋 copy color: '#F1471C'

red 241 ◦ green 71 ◦ blue 28

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

Shades of Cinnabar #F1471C

Tints of Cinnabar #F1471C

RGB

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

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

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

R = 70.88%
G = 20.88%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1471C (or 0xF1471C) is known color: Cinnabar. HEX triplet: F1, 47 and 1C. RGB value is (241,71,28). Sum of RGB (Red+Green+Blue) = 241+71+28=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F1471C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1471C is #0EB8E3. Grayscale: #757575. Windows color (decimal): -964836 or 1853425. OLE color: 1853425.

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

Color convert

RGB 241 71 28 -
CMYK 0 0.71 0.88 0.05
HSL 12.11º 0.88% 0.53% -
HSV(B) 12.11º 0.88% 0.95% -
XYZ 38.74 23.29 3.55 -
YUV 116.93 77.82 216.5 -
System Red Green Blue C M Y K H S L
Decimal 241 71 28 0 0.71 0.88 0.05 12.11 0.88 0.53
Hex F1 47 1C 0 47 58 5 C 58 35
Octal 361 107 34 0 107 130 5 14 130 65
Binary 11110001 1000111 11100 0 1000111 1011000 101 1100 1011000 110101

Color Harmonies of #F1471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1471C

Black with #F1471C

Text Example


Text Example

White with #F1471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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