Html Css Color HEX #F1471D Cinnabar

📋 copy color: '#F1471D'

red 241 ◦ green 71 ◦ blue 29

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

Shades of Cinnabar #F1471D

Tints of Cinnabar #F1471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.5%

R = 70.67%
G = 20.82%
B = 8.5%

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

#F1471D (or 0xF1471D) is known color: Cinnabar. HEX triplet: F1, 47 and 1D. RGB value is (241,71,29). Sum of RGB (Red+Green+Blue) = 241+71+29=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1471D is #0EB8E2. Grayscale: #757575. Windows color (decimal): -964835 or 1918961. OLE color: 1918961.

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

Color convert

RGB 241 71 29 -
CMYK 0 0.71 0.88 0.05
HSL 11.89º 0.88% 0.53% -
HSV(B) 11.89º 0.88% 0.95% -
XYZ 38.75 23.3 3.62 -
YUV 117.04 78.32 216.42 -
System Red Green Blue C M Y K H S L
Decimal 241 71 29 0 0.71 0.88 0.05 11.89 0.88 0.53
Hex F1 47 1D 0 47 58 5 C 58 35
Octal 361 107 35 0 107 130 5 14 130 65
Binary 11110001 1000111 11101 0 1000111 1011000 101 1100 1011000 110101

Color Harmonies of #F1471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1471D

Black with #F1471D

Text Example


Text Example

White with #F1471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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