Html Css Color HEX #F14E27 Cinnabar

📋 copy color: '#F14E27'

red 241 ◦ green 78 ◦ blue 39

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

Shades of Cinnabar #F14E27

Tints of Cinnabar #F14E27

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.79%

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

R = 67.32%
G = 21.79%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F14E27 (or 0xF14E27) is known color: Cinnabar. HEX triplet: F1, 4E and 27. RGB value is (241,78,39). Sum of RGB (Red+Green+Blue) = 241+78+39=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14E27 is #0EB1D8. Grayscale: #7A7A7A. Windows color (decimal): -963033 or 2576113. OLE color: 2576113.

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

Color convert

RGB 241 78 39 -
CMYK 0 0.68 0.84 0.05
HSL 11.58º 0.88% 0.55% -
HSV(B) 11.58º 0.84% 0.95% -
XYZ 39.37 24.3 4.53 -
YUV 122.29 81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 241 78 39 0 0.68 0.84 0.05 11.58 0.88 0.55
Hex F1 4E 27 0 44 54 5 C 58 37
Octal 361 116 47 0 104 124 5 14 130 67
Binary 11110001 1001110 100111 0 1000100 1010100 101 1100 1011000 110111

Color Harmonies of #F14E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14E27

Black with #F14E27

Text Example


Text Example

White with #F14E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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