Html Css Color HEX #F14227 Cinnabar

📋 copy color: '#F14227'

red 241 ◦ green 66 ◦ blue 39

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

Shades of Cinnabar #F14227

Tints of Cinnabar #F14227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 69.65%
G = 19.08%
B = 11.27%

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

#F14227 (or 0xF14227) is known color: Cinnabar. HEX triplet: F1, 42 and 27. RGB value is (241,66,39). Sum of RGB (Red+Green+Blue) = 241+66+39=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F14227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14227 is #0EBDD8. Grayscale: #737373. Windows color (decimal): -966105 or 2573041. OLE color: 2573041.

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

Color convert

RGB 241 66 39 -
CMYK 0 0.73 0.84 0.05
HSL 8.02º 0.88% 0.55% -
HSV(B) 8.02º 0.84% 0.95% -
XYZ 38.59 22.74 4.28 -
YUV 115.25 84.98 217.7 -
System Red Green Blue C M Y K H S L
Decimal 241 66 39 0 0.73 0.84 0.05 8.02 0.88 0.55
Hex F1 42 27 0 49 54 5 8 58 37
Octal 361 102 47 0 111 124 5 10 130 67
Binary 11110001 1000010 100111 0 1001001 1010100 101 1000 1011000 110111

Color Harmonies of #F14227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14227

Black with #F14227

Text Example


Text Example

White with #F14227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14227; }

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

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

background-color css

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

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

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

border-color css

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

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

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