Html Css Color HEX #F14027 Cinnabar

📋 copy color: '#F14027'

red 241 ◦ green 64 ◦ blue 39

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

Shades of Cinnabar #F14027

Tints of Cinnabar #F14027

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

 BLUE value IS 39 (15.63% from 255) = 11.34%

R = 70.06%
G = 18.6%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F14027 (or 0xF14027) is known color: Cinnabar. HEX triplet: F1, 40 and 27. RGB value is (241,64,39). Sum of RGB (Red+Green+Blue) = 241+64+39=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F14027 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14027 is #0EBFD8. Grayscale: #727272. Windows color (decimal): -966617 or 2572529. OLE color: 2572529.

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

Color convert

RGB 241 64 39 -
CMYK 0 0.73 0.84 0.05
HSL 7.43º 0.88% 0.55% -
HSV(B) 7.43º 0.84% 0.95% -
XYZ 38.48 22.51 4.24 -
YUV 114.07 85.64 218.53 -
System Red Green Blue C M Y K H S L
Decimal 241 64 39 0 0.73 0.84 0.05 7.43 0.88 0.55
Hex F1 40 27 0 49 54 5 7 58 37
Octal 361 100 47 0 111 124 5 7 130 67
Binary 11110001 1000000 100111 0 1001001 1010100 101 111 1011000 110111

Color Harmonies of #F14027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14027

Black with #F14027

Text Example


Text Example

White with #F14027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14027; }

 p { color: rgb(241,64,39); }

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

background-color css

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

 a { background-color: rgb(241,64,39); }

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

border-color css

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

 span { border-color: rgb(241,64,39); }

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