Html Css Color HEX #F14E1D Cinnabar

📋 copy color: '#F14E1D'

red 241 ◦ green 78 ◦ blue 29

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

Shades of Cinnabar #F14E1D

Tints of Cinnabar #F14E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.33%

R = 69.25%
G = 22.41%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F14E1D (or 0xF14E1D) is known color: Cinnabar. HEX triplet: F1, 4E and 1D. RGB value is (241,78,29). Sum of RGB (Red+Green+Blue) = 241+78+29=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14E1D is #0EB1E2. Grayscale: #797979. Windows color (decimal): -963043 or 1920753. OLE color: 1920753.

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

Color convert

RGB 241 78 29 -
CMYK 0 0.68 0.88 0.05
HSL 13.87º 0.88% 0.53% -
HSV(B) 13.87º 0.88% 0.95% -
XYZ 39.22 24.24 3.77 -
YUV 121.15 76 213.48 -
System Red Green Blue C M Y K H S L
Decimal 241 78 29 0 0.68 0.88 0.05 13.87 0.88 0.53
Hex F1 4E 1D 0 44 58 5 E 58 35
Octal 361 116 35 0 104 130 5 16 130 65
Binary 11110001 1001110 11101 0 1000100 1011000 101 1110 1011000 110101

Color Harmonies of #F14E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14E1D

Black with #F14E1D

Text Example


Text Example

White with #F14E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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