Html Css Color HEX #F14637 Cinnabar

📋 copy color: '#F14637'

red 241 ◦ green 70 ◦ blue 55

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

Shades of Cinnabar #F14637

Tints of Cinnabar #F14637

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

 BLUE value IS 55 (21.88% from 255) = 15.03%

R = 65.85%
G = 19.13%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F14637 (or 0xF14637) is known color: Cinnabar. HEX triplet: F1, 46 and 37. RGB value is (241,70,55). Sum of RGB (Red+Green+Blue) = 241+70+55=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F14637 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14637 is #0EB9C8. Grayscale: #777777. Windows color (decimal): -965065 or 3622641. OLE color: 3622641.

HSL color Cylindrical-coordinate representation of color #F14637: hue angle of 4.84º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F14637 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 70 55 -
CMYK 0 0.71 0.77 0.05
HSL 4.84º 0.87% 0.58% -
HSV(B) 4.84º 0.77% 0.95% -
XYZ 39.16 23.36 6.06 -
YUV 119.42 91.65 214.72 -
System Red Green Blue C M Y K H S L
Decimal 241 70 55 0 0.71 0.77 0.05 4.84 0.87 0.58
Hex F1 46 37 0 47 4D 5 5 57 3A
Octal 361 106 67 0 107 115 5 5 127 72
Binary 11110001 1000110 110111 0 1000111 1001101 101 101 1010111 111010

Color Harmonies of #F14637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14637

Black with #F14637

Text Example


Text Example

White with #F14637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14637; }

 p { color: rgb(241,70,55); }

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

background-color css

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

 a { background-color: rgb(241,70,55); }

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

border-color css

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

 span { border-color: rgb(241,70,55); }

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