Html Css Color HEX #F11543 Torch Red

📋 copy color: '#F11543'

red 241 ◦ green 21 ◦ blue 67

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

Shades of Torch Red #F11543

Tints of Torch Red #F11543

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.38%

 BLUE value IS 67 (26.56% from 255) = 20.36%

R = 73.25%
G = 6.38%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F11543 (or 0xF11543) is known color: Torch Red. HEX triplet: F1, 15 and 43. RGB value is (241,21,67). Sum of RGB (Red+Green+Blue) = 241+21+67=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F11543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11543 is #0EEABC. Grayscale: #5C5C5C. Windows color (decimal): -977597 or 4396529. OLE color: 4396529.

HSL color Cylindrical-coordinate representation of color #F11543: hue angle of 347.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11543 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 21 67 -
CMYK 0 0.91 0.72 0.05
HSL 347.45º 0.89% 0.51% -
HSV(B) 347.45º 0.91% 0.95% -
XYZ 37.56 19.64 7.12 -
YUV 92.02 113.89 234.26 -
System Red Green Blue C M Y K H S L
Decimal 241 21 67 0 0.91 0.72 0.05 347.45 0.89 0.51
Hex F1 15 43 0 5B 48 5 15B 59 33
Octal 361 25 103 0 133 110 5 533 131 63
Binary 11110001 10101 1000011 0 1011011 1001000 101 101011011 1011001 110011

Color Harmonies of #F11543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11543

Black with #F11543

Text Example


Text Example

White with #F11543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11543; }

 p { color: rgb(241,21,67); }

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

background-color css

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

 a { background-color: rgb(241,21,67); }

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

border-color css

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

 span { border-color: rgb(241,21,67); }

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