Html Css Color HEX #F1471E Cinnabar

📋 copy color: '#F1471E'

red 241 ◦ green 71 ◦ blue 30

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

Shades of Cinnabar #F1471E

Tints of Cinnabar #F1471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.77%

R = 70.47%
G = 20.76%
B = 8.77%

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

#F1471E (or 0xF1471E) is known color: Cinnabar. HEX triplet: F1, 47 and 1E. RGB value is (241,71,30). Sum of RGB (Red+Green+Blue) = 241+71+30=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F1471E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1471E is #0EB8E1. Grayscale: #757575. Windows color (decimal): -964834 or 1984497. OLE color: 1984497.

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

Color convert

RGB 241 71 30 -
CMYK 0 0.71 0.88 0.05
HSL 11.66º 0.88% 0.53% -
HSV(B) 11.66º 0.88% 0.95% -
XYZ 38.76 23.3 3.68 -
YUV 117.16 78.82 216.33 -
System Red Green Blue C M Y K H S L
Decimal 241 71 30 0 0.71 0.88 0.05 11.66 0.88 0.53
Hex F1 47 1E 0 47 58 5 C 58 35
Octal 361 107 36 0 107 130 5 14 130 65
Binary 11110001 1000111 11110 0 1000111 1011000 101 1100 1011000 110101

Color Harmonies of #F1471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1471E

Black with #F1471E

Text Example


Text Example

White with #F1471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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