Html Css Color HEX #F14124 Cinnabar

📋 copy color: '#F14124'

red 241 ◦ green 65 ◦ blue 36

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

Shades of Cinnabar #F14124

Tints of Cinnabar #F14124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.01%

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

R = 70.47%
G = 19.01%
B = 10.53%

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

#F14124 (or 0xF14124) is known color: Cinnabar. HEX triplet: F1, 41 and 24. RGB value is (241,65,36). Sum of RGB (Red+Green+Blue) = 241+65+36=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F14124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14124 is #0EBEDB. Grayscale: #727272. Windows color (decimal): -966364 or 2376177. OLE color: 2376177.

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

Color convert

RGB 241 65 36 -
CMYK 0 0.73 0.85 0.05
HSL 8.49º 0.88% 0.54% -
HSV(B) 8.49º 0.85% 0.95% -
XYZ 38.48 22.61 4 -
YUV 114.32 83.81 218.36 -
System Red Green Blue C M Y K H S L
Decimal 241 65 36 0 0.73 0.85 0.05 8.49 0.88 0.54
Hex F1 41 24 0 49 55 5 8 58 36
Octal 361 101 44 0 111 125 5 10 130 66
Binary 11110001 1000001 100100 0 1001001 1010101 101 1000 1011000 110110

Color Harmonies of #F14124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14124

Black with #F14124

Text Example


Text Example

White with #F14124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14124; }

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

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

background-color css

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

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

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

border-color css

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

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

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