Html Css Color HEX #F20027 Torch Red

📋 copy color: '#F20027'

red 242 ◦ green 0 ◦ blue 39

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

Shades of Torch Red #F20027

Tints of Torch Red #F20027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.12%
G = 0%
B = 13.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F20027 (or 0xF20027) is known color: Torch Red. HEX triplet: F2, 00 and 27. RGB value is (242,0,39). Sum of RGB (Red+Green+Blue) = 242+0+39=281 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.12% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 242 - color contains mainly: red. Hex color #F20027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20027 is #0DFFD8. Grayscale: #4C4C4C. Windows color (decimal): -917465 or 2556146. OLE color: 2556146.

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

Color convert

RGB 242 0 39 -
CMYK 0 1 0.84 0.05
HSL 350.33º 1% 0.47% -
HSV(B) 350.33º 1% 0.95% -
XYZ 36.98 19.02 3.64 -
YUV 76.8 106.67 245.83 -
System Red Green Blue C M Y K H S L
Decimal 242 0 39 0 1 0.84 0.05 350.33 1 0.47
Hex F2 0 27 0 64 54 5 15E 64 2F
Octal 362 0 47 0 144 124 5 536 144 57
Binary 11110010 0 100111 0 1100100 1010100 101 101011110 1100100 101111

Color Harmonies of #F20027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20027

Black with #F20027

Text Example


Text Example

White with #F20027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20027; }

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

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

background-color css

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

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

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

border-color css

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

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

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