Html Css Color HEX #F14537 Cinnabar

📋 copy color: '#F14537'

red 241 ◦ green 69 ◦ blue 55

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

Shades of Cinnabar #F14537

Tints of Cinnabar #F14537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.9%

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

R = 66.03%
G = 18.9%
B = 15.07%

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

#F14537 (or 0xF14537) is known color: Cinnabar. HEX triplet: F1, 45 and 37. RGB value is (241,69,55). Sum of RGB (Red+Green+Blue) = 241+69+55=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F14537 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14537 is #0EBAC8. Grayscale: #777777. Windows color (decimal): -965321 or 3622385. OLE color: 3622385.

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

Color convert

RGB 241 69 55 -
CMYK 0 0.71 0.77 0.05
HSL 4.52º 0.87% 0.58% -
HSV(B) 4.52º 0.77% 0.95% -
XYZ 39.09 23.23 6.04 -
YUV 118.83 91.98 215.14 -
System Red Green Blue C M Y K H S L
Decimal 241 69 55 0 0.71 0.77 0.05 4.52 0.87 0.58
Hex F1 45 37 0 47 4D 5 5 57 3A
Octal 361 105 67 0 107 115 5 5 127 72
Binary 11110001 1000101 110111 0 1000111 1001101 101 101 1010111 111010

Color Harmonies of #F14537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14537

Black with #F14537

Text Example


Text Example

White with #F14537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14537; }

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

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

background-color css

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

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

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

border-color css

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

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

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