Html Css Color HEX #F14C23 Cinnabar

📋 copy color: '#F14C23'

red 241 ◦ green 76 ◦ blue 35

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

Shades of Cinnabar #F14C23

Tints of Cinnabar #F14C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.94%

R = 68.47%
G = 21.59%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F14C23 (or 0xF14C23) is known color: Cinnabar. HEX triplet: F1, 4C and 23. RGB value is (241,76,35). Sum of RGB (Red+Green+Blue) = 241+76+35=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C23 is #0EB3DC. Grayscale: #787878. Windows color (decimal): -963549 or 2313457. OLE color: 2313457.

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

Color convert

RGB 241 76 35 -
CMYK 0 0.68 0.85 0.05
HSL 11.94º 0.88% 0.54% -
HSV(B) 11.94º 0.85% 0.95% -
XYZ 39.16 23.99 4.16 -
YUV 120.66 79.66 213.83 -
System Red Green Blue C M Y K H S L
Decimal 241 76 35 0 0.68 0.85 0.05 11.94 0.88 0.54
Hex F1 4C 23 0 44 55 5 C 58 36
Octal 361 114 43 0 104 125 5 14 130 66
Binary 11110001 1001100 100011 0 1000100 1010101 101 1100 1011000 110110

Color Harmonies of #F14C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C23

Black with #F14C23

Text Example


Text Example

White with #F14C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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