Html Css Color HEX #F14727 Cinnabar

📋 copy color: '#F14727'

red 241 ◦ green 71 ◦ blue 39

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

Shades of Cinnabar #F14727

Tints of Cinnabar #F14727

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.23%

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

R = 68.66%
G = 20.23%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F14727 (or 0xF14727) is known color: Cinnabar. HEX triplet: F1, 47 and 27. RGB value is (241,71,39). Sum of RGB (Red+Green+Blue) = 241+71+39=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F14727 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14727 is #0EB8D8. Grayscale: #767676. Windows color (decimal): -964825 or 2574321. OLE color: 2574321.

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

Color convert

RGB 241 71 39 -
CMYK 0 0.71 0.84 0.05
HSL 9.5º 0.88% 0.55% -
HSV(B) 9.5º 0.84% 0.95% -
XYZ 38.9 23.35 4.38 -
YUV 118.18 83.32 215.6 -
System Red Green Blue C M Y K H S L
Decimal 241 71 39 0 0.71 0.84 0.05 9.5 0.88 0.55
Hex F1 47 27 0 47 54 5 A 58 37
Octal 361 107 47 0 107 124 5 12 130 67
Binary 11110001 1000111 100111 0 1000111 1010100 101 1010 1011000 110111

Color Harmonies of #F14727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14727

Black with #F14727

Text Example


Text Example

White with #F14727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14727; }

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

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

background-color css

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

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

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

border-color css

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

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

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