Html Css Color HEX #F14E31 Cinnabar

📋 copy color: '#F14E31'

red 241 ◦ green 78 ◦ blue 49

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

Shades of Cinnabar #F14E31

Tints of Cinnabar #F14E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.32%

R = 65.49%
G = 21.2%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F14E31 (or 0xF14E31) is known color: Cinnabar. HEX triplet: F1, 4E and 31. RGB value is (241,78,49). Sum of RGB (Red+Green+Blue) = 241+78+49=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14E31 is #0EB1CE. Grayscale: #7B7B7B. Windows color (decimal): -963023 or 3231473. OLE color: 3231473.

HSL color Cylindrical-coordinate representation of color #F14E31: hue angle of 9.06º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F14E31 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 78 49 -
CMYK 0 0.68 0.80 0.05
HSL 9.06º 0.87% 0.57% -
HSV(B) 9.06º 0.8% 0.95% -
XYZ 39.55 24.37 5.53 -
YUV 123.43 86 211.86 -
System Red Green Blue C M Y K H S L
Decimal 241 78 49 0 0.68 0.80 0.05 9.06 0.87 0.57
Hex F1 4E 31 0 44 50 5 9 57 39
Octal 361 116 61 0 104 120 5 11 127 71
Binary 11110001 1001110 110001 0 1000100 1010000 101 1001 1010111 111001

Color Harmonies of #F14E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14E31

Black with #F14E31

Text Example


Text Example

White with #F14E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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