Html Css Color HEX #F14226 Cinnabar

📋 copy color: '#F14226'

red 241 ◦ green 66 ◦ blue 38

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

Shades of Cinnabar #F14226

Tints of Cinnabar #F14226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.01%

R = 69.86%
G = 19.13%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F14226 (or 0xF14226) is known color: Cinnabar. HEX triplet: F1, 42 and 26. RGB value is (241,66,38). Sum of RGB (Red+Green+Blue) = 241+66+38=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F14226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14226 is #0EBDD9. Grayscale: #737373. Windows color (decimal): -966106 or 2507505. OLE color: 2507505.

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

Color convert

RGB 241 66 38 -
CMYK 0 0.73 0.84 0.05
HSL 8.28º 0.88% 0.55% -
HSV(B) 8.28º 0.84% 0.95% -
XYZ 38.57 22.74 4.19 -
YUV 115.13 84.48 217.78 -
System Red Green Blue C M Y K H S L
Decimal 241 66 38 0 0.73 0.84 0.05 8.28 0.88 0.55
Hex F1 42 26 0 49 54 5 8 58 37
Octal 361 102 46 0 111 124 5 10 130 67
Binary 11110001 1000010 100110 0 1001001 1010100 101 1000 1011000 110111

Color Harmonies of #F14226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14226

Black with #F14226

Text Example


Text Example

White with #F14226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14226; }

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

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

background-color css

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

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

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

border-color css

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

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

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