Html Css Color HEX #F14A27 Cinnabar

📋 copy color: '#F14A27'

red 241 ◦ green 74 ◦ blue 39

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

Shades of Cinnabar #F14A27

Tints of Cinnabar #F14A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.9%

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

R = 68.08%
G = 20.9%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F14A27 (or 0xF14A27) is known color: Cinnabar. HEX triplet: F1, 4A and 27. RGB value is (241,74,39). Sum of RGB (Red+Green+Blue) = 241+74+39=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14A27 is #0EB5D8. Grayscale: #787878. Windows color (decimal): -964057 or 2575089. OLE color: 2575089.

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

Color convert

RGB 241 74 39 -
CMYK 0 0.69 0.84 0.05
HSL 10.4º 0.88% 0.55% -
HSV(B) 10.4º 0.84% 0.95% -
XYZ 39.09 23.74 4.44 -
YUV 119.94 82.33 214.35 -
System Red Green Blue C M Y K H S L
Decimal 241 74 39 0 0.69 0.84 0.05 10.4 0.88 0.55
Hex F1 4A 27 0 45 54 5 A 58 37
Octal 361 112 47 0 105 124 5 12 130 67
Binary 11110001 1001010 100111 0 1000101 1010100 101 1010 1011000 110111

Color Harmonies of #F14A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14A27

Black with #F14A27

Text Example


Text Example

White with #F14A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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