Html Css Color HEX #F20622 Torch Red

📋 copy color: '#F20622'

red 242 ◦ green 6 ◦ blue 34

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

Shades of Torch Red #F20622

Tints of Torch Red #F20622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.06%

R = 85.82%
G = 2.13%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F20622 (or 0xF20622) is known color: Torch Red. HEX triplet: F2, 06 and 22. RGB value is (242,6,34). Sum of RGB (Red+Green+Blue) = 242+6+34=282 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.82% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 242 - color contains mainly: red. Hex color #F20622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20622 is #0DF9DD. Grayscale: #4F4F4F. Windows color (decimal): -915934 or 2230002. OLE color: 2230002.

HSL color Cylindrical-coordinate representation of color #F20622: hue angle of 352.88º 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 #F20622 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 6 34 -
CMYK 0 0.98 0.86 0.05
HSL 352.88º 0.95% 0.49% -
HSV(B) 352.88º 0.98% 0.95% -
XYZ 36.97 19.12 3.26 -
YUV 79.76 102.19 243.72 -
System Red Green Blue C M Y K H S L
Decimal 242 6 34 0 0.98 0.86 0.05 352.88 0.95 0.49
Hex F2 6 22 0 62 56 5 161 5F 31
Octal 362 6 42 0 142 126 5 541 137 61
Binary 11110010 110 100010 0 1100010 1010110 101 101100001 1011111 110001

Color Harmonies of #F20622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20622

Black with #F20622

Text Example


Text Example

White with #F20622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20622; }

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

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

background-color css

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

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

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

border-color css

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

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

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