Html Css Color HEX #F14B32 Cinnabar

📋 copy color: '#F14B32'

red 241 ◦ green 75 ◦ blue 50

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

Shades of Cinnabar #F14B32

Tints of Cinnabar #F14B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.49%

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

R = 65.85%
G = 20.49%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F14B32 (or 0xF14B32) is known color: Cinnabar. HEX triplet: F1, 4B and 32. RGB value is (241,75,50). Sum of RGB (Red+Green+Blue) = 241+75+50=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14B32 is #0EB4CD. Grayscale: #7A7A7A. Windows color (decimal): -963790 or 3296241. OLE color: 3296241.

HSL color Cylindrical-coordinate representation of color #F14B32: hue angle of 7.85º 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 #F14B32 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 75 50 -
CMYK 0 0.69 0.79 0.05
HSL 7.85º 0.87% 0.57% -
HSV(B) 7.85º 0.79% 0.95% -
XYZ 39.37 23.96 5.57 -
YUV 121.78 87.5 213.03 -
System Red Green Blue C M Y K H S L
Decimal 241 75 50 0 0.69 0.79 0.05 7.85 0.87 0.57
Hex F1 4B 32 0 45 4F 5 8 57 39
Octal 361 113 62 0 105 117 5 10 127 71
Binary 11110001 1001011 110010 0 1000101 1001111 101 1000 1010111 111001

Color Harmonies of #F14B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14B32

Black with #F14B32

Text Example


Text Example

White with #F14B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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