Html Css Color HEX #F14C29 Cinnabar

📋 copy color: '#F14C29'

red 241 ◦ green 76 ◦ blue 41

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

Shades of Cinnabar #F14C29

Tints of Cinnabar #F14C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.23%

 BLUE value IS 41 (16.41% from 255) = 11.45%

R = 67.32%
G = 21.23%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F14C29 (or 0xF14C29) is known color: Cinnabar. HEX triplet: F1, 4C and 29. RGB value is (241,76,41). Sum of RGB (Red+Green+Blue) = 241+76+41=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C29 is #0EB3D6. Grayscale: #797979. Windows color (decimal): -963543 or 2706673. OLE color: 2706673.

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

Color convert

RGB 241 76 41 -
CMYK 0 0.68 0.83 0.05
HSL 10.5º 0.88% 0.55% -
HSV(B) 10.5º 0.83% 0.95% -
XYZ 39.26 24.03 4.67 -
YUV 121.35 82.66 213.35 -
System Red Green Blue C M Y K H S L
Decimal 241 76 41 0 0.68 0.83 0.05 10.5 0.88 0.55
Hex F1 4C 29 0 44 53 5 A 58 37
Octal 361 114 51 0 104 123 5 12 130 67
Binary 11110001 1001100 101001 0 1000100 1010011 101 1010 1011000 110111

Color Harmonies of #F14C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C29

Black with #F14C29

Text Example


Text Example

White with #F14C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C29; }

 p { color: rgb(241,76,41); }

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

background-color css

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

 a { background-color: rgb(241,76,41); }

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

border-color css

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

 span { border-color: rgb(241,76,41); }

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