Html Css Color HEX #F20623 Torch Red

📋 copy color: '#F20623'

red 242 ◦ green 6 ◦ blue 35

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

Shades of Torch Red #F20623

Tints of Torch Red #F20623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.37%

R = 85.51%
G = 2.12%
B = 12.37%

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

#F20623 (or 0xF20623) is known color: Torch Red. HEX triplet: F2, 06 and 23. RGB value is (242,6,35). Sum of RGB (Red+Green+Blue) = 242+6+35=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F20623 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20623 is #0DF9DC. Grayscale: #4F4F4F. Windows color (decimal): -915933 or 2295538. OLE color: 2295538.

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

Color convert

RGB 242 6 35 -
CMYK 0 0.98 0.86 0.05
HSL 352.63º 0.95% 0.49% -
HSV(B) 352.63º 0.98% 0.95% -
XYZ 36.99 19.13 3.33 -
YUV 79.87 102.69 243.64 -
System Red Green Blue C M Y K H S L
Decimal 242 6 35 0 0.98 0.86 0.05 352.63 0.95 0.49
Hex F2 6 23 0 62 56 5 161 5F 31
Octal 362 6 43 0 142 126 5 541 137 61
Binary 11110010 110 100011 0 1100010 1010110 101 101100001 1011111 110001

Color Harmonies of #F20623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20623

Black with #F20623

Text Example


Text Example

White with #F20623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20623; }

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

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

background-color css

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

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

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

border-color css

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

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

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