Html Css Color HEX #F20619 Torch Red

📋 copy color: '#F20619'

red 242 ◦ green 6 ◦ blue 25

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

Shades of Torch Red #F20619

Tints of Torch Red #F20619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 88.64%
G = 2.2%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F20619 (or 0xF20619) is known color: Torch Red. HEX triplet: F2, 06 and 19. RGB value is (242,6,25). Sum of RGB (Red+Green+Blue) = 242+6+25=273 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.64% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 242 - color contains mainly: red. Hex color #F20619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20619 is #0DF9E6. Grayscale: #4E4E4E. Windows color (decimal): -915943 or 1640178. OLE color: 1640178.

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

Color convert

RGB 242 6 25 -
CMYK 0 0.98 0.90 0.05
HSL 355.17º 0.95% 0.49% -
HSV(B) 355.17º 0.98% 0.95% -
XYZ 36.86 19.08 2.66 -
YUV 78.73 97.69 244.46 -
System Red Green Blue C M Y K H S L
Decimal 242 6 25 0 0.98 0.90 0.05 355.17 0.95 0.49
Hex F2 6 19 0 62 5A 5 163 5F 31
Octal 362 6 31 0 142 132 5 543 137 61
Binary 11110010 110 11001 0 1100010 1011010 101 101100011 1011111 110001

Color Harmonies of #F20619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20619

Black with #F20619

Text Example


Text Example

White with #F20619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20619; }

 p { color: rgb(242,6,25); }

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

background-color css

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

 a { background-color: rgb(242,6,25); }

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

border-color css

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

 span { border-color: rgb(242,6,25); }

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