Html Css Color HEX #F11847 Crimson

📋 copy color: '#F11847'

red 241 ◦ green 24 ◦ blue 71

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

Shades of Crimson #F11847

Tints of Crimson #F11847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.14%

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 71.73%
G = 7.14%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F11847 (or 0xF11847) is known color: Crimson. HEX triplet: F1, 18 and 47. RGB value is (241,24,71). Sum of RGB (Red+Green+Blue) = 241+24+71=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F11847 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11847 is #0EE7B8. Grayscale: #5E5E5E. Windows color (decimal): -976825 or 4659441. OLE color: 4659441.

HSL color Cylindrical-coordinate representation of color #F11847: hue angle of 347º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11847 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 24 71 -
CMYK 0 0.90 0.71 0.05
HSL 347º 0.89% 0.52% -
HSV(B) 347º 0.9% 0.95% -
XYZ 37.74 19.81 7.8 -
YUV 94.24 114.89 232.68 -
System Red Green Blue C M Y K H S L
Decimal 241 24 71 0 0.90 0.71 0.05 347 0.89 0.52
Hex F1 18 47 0 5A 47 5 15B 59 34
Octal 361 30 107 0 132 107 5 533 131 64
Binary 11110001 11000 1000111 0 1011010 1000111 101 101011011 1011001 110100

Color Harmonies of #F11847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11847

Black with #F11847

Text Example


Text Example

White with #F11847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11847; }

 p { color: rgb(241,24,71); }

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

background-color css

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

 a { background-color: rgb(241,24,71); }

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

border-color css

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

 span { border-color: rgb(241,24,71); }

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