Html Css Color HEX #F14221 Cinnabar

📋 copy color: '#F14221'

red 241 ◦ green 66 ◦ blue 33

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

Shades of Cinnabar #F14221

Tints of Cinnabar #F14221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

 BLUE value IS 33 (13.28% from 255) = 9.71%

R = 70.88%
G = 19.41%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F14221 (or 0xF14221) is known color: Cinnabar. HEX triplet: F1, 42 and 21. RGB value is (241,66,33). Sum of RGB (Red+Green+Blue) = 241+66+33=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F14221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14221 is #0EBDDE. Grayscale: #727272. Windows color (decimal): -966111 or 2179825. OLE color: 2179825.

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

Color convert

RGB 241 66 33 -
CMYK 0 0.73 0.86 0.05
HSL 9.52º 0.88% 0.54% -
HSV(B) 9.52º 0.86% 0.95% -
XYZ 38.5 22.71 3.79 -
YUV 114.56 81.98 218.18 -
System Red Green Blue C M Y K H S L
Decimal 241 66 33 0 0.73 0.86 0.05 9.52 0.88 0.54
Hex F1 42 21 0 49 56 5 A 58 36
Octal 361 102 41 0 111 126 5 12 130 66
Binary 11110001 1000010 100001 0 1001001 1010110 101 1010 1011000 110110

Color Harmonies of #F14221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14221

Black with #F14221

Text Example


Text Example

White with #F14221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14221; }

 p { color: rgb(241,66,33); }

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

background-color css

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

 a { background-color: rgb(241,66,33); }

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

border-color css

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

 span { border-color: rgb(241,66,33); }

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