Html Css Color HEX #F14224 Cinnabar

📋 copy color: '#F14224'

red 241 ◦ green 66 ◦ blue 36

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

Shades of Cinnabar #F14224

Tints of Cinnabar #F14224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.5%

R = 70.26%
G = 19.24%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F14224 (or 0xF14224) is known color: Cinnabar. HEX triplet: F1, 42 and 24. RGB value is (241,66,36). Sum of RGB (Red+Green+Blue) = 241+66+36=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F14224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14224 is #0EBDDB. Grayscale: #737373. Windows color (decimal): -966108 or 2376433. OLE color: 2376433.

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

Color convert

RGB 241 66 36 -
CMYK 0 0.73 0.85 0.05
HSL 8.78º 0.88% 0.54% -
HSV(B) 8.78º 0.85% 0.95% -
XYZ 38.54 22.72 4.02 -
YUV 114.91 83.48 217.94 -
System Red Green Blue C M Y K H S L
Decimal 241 66 36 0 0.73 0.85 0.05 8.78 0.88 0.54
Hex F1 42 24 0 49 55 5 9 58 36
Octal 361 102 44 0 111 125 5 11 130 66
Binary 11110001 1000010 100100 0 1001001 1010101 101 1001 1011000 110110

Color Harmonies of #F14224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14224

Black with #F14224

Text Example


Text Example

White with #F14224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14224; }

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

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

background-color css

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

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

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

border-color css

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

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

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