Html Css Color HEX #F14721 Cinnabar

📋 copy color: '#F14721'

red 241 ◦ green 71 ◦ blue 33

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

Shades of Cinnabar #F14721

Tints of Cinnabar #F14721

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

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

R = 69.86%
G = 20.58%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F14721 (or 0xF14721) is known color: Cinnabar. HEX triplet: F1, 47 and 21. RGB value is (241,71,33). Sum of RGB (Red+Green+Blue) = 241+71+33=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F14721 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14721 is #0EB8DE. Grayscale: #757575. Windows color (decimal): -964831 or 2181105. OLE color: 2181105.

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

Color convert

RGB 241 71 33 -
CMYK 0 0.71 0.86 0.05
HSL 10.96º 0.88% 0.54% -
HSV(B) 10.96º 0.86% 0.95% -
XYZ 38.8 23.32 3.89 -
YUV 117.5 80.32 216.09 -
System Red Green Blue C M Y K H S L
Decimal 241 71 33 0 0.71 0.86 0.05 10.96 0.88 0.54
Hex F1 47 21 0 47 56 5 B 58 36
Octal 361 107 41 0 107 126 5 13 130 66
Binary 11110001 1000111 100001 0 1000111 1010110 101 1011 1011000 110110

Color Harmonies of #F14721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14721

Black with #F14721

Text Example


Text Example

White with #F14721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14721; }

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

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

background-color css

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

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

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

border-color css

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

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

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