Html Css Color HEX #F14931 Cinnabar

📋 copy color: '#F14931'

red 241 ◦ green 73 ◦ blue 49

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

Shades of Cinnabar #F14931

Tints of Cinnabar #F14931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.11%

 BLUE value IS 49 (19.53% from 255) = 13.5%

R = 66.39%
G = 20.11%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F14931 (or 0xF14931) is known color: Cinnabar. HEX triplet: F1, 49 and 31. RGB value is (241,73,49). Sum of RGB (Red+Green+Blue) = 241+73+49=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F14931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14931 is #0EB6CE. Grayscale: #787878. Windows color (decimal): -964303 or 3230193. OLE color: 3230193.

HSL color Cylindrical-coordinate representation of color #F14931: hue angle of 7.5º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F14931 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 49 -
CMYK 0 0.70 0.80 0.05
HSL 7.5º 0.87% 0.57% -
HSV(B) 7.5º 0.8% 0.95% -
XYZ 39.21 23.69 5.41 -
YUV 120.5 87.66 213.95 -
System Red Green Blue C M Y K H S L
Decimal 241 73 49 0 0.70 0.80 0.05 7.5 0.87 0.57
Hex F1 49 31 0 46 50 5 8 57 39
Octal 361 111 61 0 106 120 5 10 127 71
Binary 11110001 1001001 110001 0 1000110 1010000 101 1000 1010111 111001

Color Harmonies of #F14931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14931

Black with #F14931

Text Example


Text Example

White with #F14931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14931; }

 p { color: rgb(241,73,49); }

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

background-color css

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

 a { background-color: rgb(241,73,49); }

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

border-color css

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

 span { border-color: rgb(241,73,49); }

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