Html Css Color HEX #F14C20 Cinnabar

📋 copy color: '#F14C20'

red 241 ◦ green 76 ◦ blue 32

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

Shades of Cinnabar #F14C20

Tints of Cinnabar #F14C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.78%

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 69.05%
G = 21.78%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F14C20 (or 0xF14C20) is known color: Cinnabar. HEX triplet: F1, 4C and 20. RGB value is (241,76,32). Sum of RGB (Red+Green+Blue) = 241+76+32=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C20 is #0EB3DF. Grayscale: #787878. Windows color (decimal): -963552 or 2116849. OLE color: 2116849.

HSL color Cylindrical-coordinate representation of color #F14C20: hue angle of 12.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F14C20 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 76 32 -
CMYK 0 0.68 0.87 0.05
HSL 12.63º 0.88% 0.54% -
HSV(B) 12.63º 0.87% 0.95% -
XYZ 39.12 23.97 3.93 -
YUV 120.32 78.16 214.08 -
System Red Green Blue C M Y K H S L
Decimal 241 76 32 0 0.68 0.87 0.05 12.63 0.88 0.54
Hex F1 4C 20 0 44 57 5 D 58 36
Octal 361 114 40 0 104 127 5 15 130 66
Binary 11110001 1001100 100000 0 1000100 1010111 101 1101 1011000 110110

Color Harmonies of #F14C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C20

Black with #F14C20

Text Example


Text Example

White with #F14C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C20; }

 p { color: rgb(241,76,32); }

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

background-color css

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

 a { background-color: rgb(241,76,32); }

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

border-color css

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

 span { border-color: rgb(241,76,32); }

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