Html Css Color HEX #F14C32 Cinnabar

📋 copy color: '#F14C32'

red 241 ◦ green 76 ◦ blue 50

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

Shades of Cinnabar #F14C32

Tints of Cinnabar #F14C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 65.67%
G = 20.71%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F14C32 (or 0xF14C32) is known color: Cinnabar. HEX triplet: F1, 4C and 32. RGB value is (241,76,50). Sum of RGB (Red+Green+Blue) = 241+76+50=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C32 is #0EB3CD. Grayscale: #7A7A7A. Windows color (decimal): -963534 or 3296497. OLE color: 3296497.

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

Color convert

RGB 241 76 50 -
CMYK 0 0.68 0.79 0.05
HSL 8.17º 0.87% 0.57% -
HSV(B) 8.17º 0.79% 0.95% -
XYZ 39.44 24.1 5.59 -
YUV 122.37 87.16 212.61 -
System Red Green Blue C M Y K H S L
Decimal 241 76 50 0 0.68 0.79 0.05 8.17 0.87 0.57
Hex F1 4C 32 0 44 4F 5 8 57 39
Octal 361 114 62 0 104 117 5 10 127 71
Binary 11110001 1001100 110010 0 1000100 1001111 101 1000 1010111 111001

Color Harmonies of #F14C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C32

Black with #F14C32

Text Example


Text Example

White with #F14C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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