Html Css Color HEX #F41527 Torch Red

📋 copy color: '#F41527'

red 244 ◦ green 21 ◦ blue 39

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

Shades of Torch Red #F41527

Tints of Torch Red #F41527

RGB

 RED value IS 244 (95.7% from 255) = 80.26%

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

 BLUE value IS 39 (15.63% from 255) = 12.83%

R = 80.26%
G = 6.91%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F41527 (or 0xF41527) is known color: Torch Red. HEX triplet: F4, 15 and 27. RGB value is (244,21,39). Sum of RGB (Red+Green+Blue) = 244+21+39=304 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.26% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 244 - color contains mainly: red. Hex color #F41527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41527 is #0BEAD8. Grayscale: #595959. Windows color (decimal): -781017 or 2561524. OLE color: 2561524.

HSL color Cylindrical-coordinate representation of color #F41527: hue angle of 355.16º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41527 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 21 39 -
CMYK 0 0.91 0.84 0.04
HSL 355.16º 0.91% 0.52% -
HSV(B) 355.16º 0.91% 0.96% -
XYZ 37.94 19.92 3.76 -
YUV 89.73 99.38 238.04 -
System Red Green Blue C M Y K H S L
Decimal 244 21 39 0 0.91 0.84 0.04 355.16 0.91 0.52
Hex F4 15 27 0 5B 54 4 163 5B 34
Octal 364 25 47 0 133 124 4 543 133 64
Binary 11110100 10101 100111 0 1011011 1010100 100 101100011 1011011 110100

Color Harmonies of #F41527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41527

Black with #F41527

Text Example


Text Example

White with #F41527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41527; }

 p { color: rgb(244,21,39); }

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

background-color css

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

 a { background-color: rgb(244,21,39); }

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

border-color css

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

 span { border-color: rgb(244,21,39); }

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