Html Css Color HEX #F14927 Cinnabar

📋 copy color: '#F14927'

red 241 ◦ green 73 ◦ blue 39

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

Shades of Cinnabar #F14927

Tints of Cinnabar #F14927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.68%

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

R = 68.27%
G = 20.68%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F14927 (or 0xF14927) is known color: Cinnabar. HEX triplet: F1, 49 and 27. RGB value is (241,73,39). Sum of RGB (Red+Green+Blue) = 241+73+39=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F14927 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14927 is #0EB6D8. Grayscale: #777777. Windows color (decimal): -964313 or 2574833. OLE color: 2574833.

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

Color convert

RGB 241 73 39 -
CMYK 0 0.70 0.84 0.05
HSL 10.1º 0.88% 0.55% -
HSV(B) 10.1º 0.84% 0.95% -
XYZ 39.02 23.61 4.42 -
YUV 119.36 82.66 214.76 -
System Red Green Blue C M Y K H S L
Decimal 241 73 39 0 0.70 0.84 0.05 10.1 0.88 0.55
Hex F1 49 27 0 46 54 5 A 58 37
Octal 361 111 47 0 106 124 5 12 130 67
Binary 11110001 1001001 100111 0 1000110 1010100 101 1010 1011000 110111

Color Harmonies of #F14927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14927

Black with #F14927

Text Example


Text Example

White with #F14927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14927; }

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

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

background-color css

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

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

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

border-color css

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

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

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