Html Css Color HEX #F21427 Torch Red

📋 copy color: '#F21427'

red 242 ◦ green 20 ◦ blue 39

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

Shades of Torch Red #F21427

Tints of Torch Red #F21427

RGB

 RED value IS 242 (94.92% from 255) = 80.4%

 GREEN value IS 20 (8.2% from 255) = 6.64%

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

R = 80.4%
G = 6.64%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F21427 (or 0xF21427) is known color: Torch Red. HEX triplet: F2, 14 and 27. RGB value is (242,20,39). Sum of RGB (Red+Green+Blue) = 242+20+39=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F21427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21427 is #0DEBD8. Grayscale: #585858. Windows color (decimal): -912345 or 2561266. OLE color: 2561266.

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

Color convert

RGB 242 20 39 -
CMYK 0 0.92 0.84 0.05
HSL 354.86º 0.9% 0.51% -
HSV(B) 354.86º 0.92% 0.95% -
XYZ 37.23 19.52 3.73 -
YUV 88.54 100.05 237.46 -
System Red Green Blue C M Y K H S L
Decimal 242 20 39 0 0.92 0.84 0.05 354.86 0.9 0.51
Hex F2 14 27 0 5C 54 5 163 5A 33
Octal 362 24 47 0 134 124 5 543 132 63
Binary 11110010 10100 100111 0 1011100 1010100 101 101100011 1011010 110011

Color Harmonies of #F21427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21427

Black with #F21427

Text Example


Text Example

White with #F21427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21427; }

 p { color: rgb(242,20,39); }

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

background-color css

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

 a { background-color: rgb(242,20,39); }

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

border-color css

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

 span { border-color: rgb(242,20,39); }

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