Html Css Color HEX #F2032A Torch Red

📋 copy color: '#F2032A'

red 242 ◦ green 3 ◦ blue 42

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

Shades of Torch Red #F2032A

Tints of Torch Red #F2032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 42 (16.8% from 255) = 14.63%

R = 84.32%
G = 1.05%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2032A (or 0xF2032A) is known color: Torch Red. HEX triplet: F2, 03 and 2A. RGB value is (242,3,42). Sum of RGB (Red+Green+Blue) = 242+3+42=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F2032A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2032A is #0DFCD5. Grayscale: #4E4E4E. Windows color (decimal): -916694 or 2753522. OLE color: 2753522.

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

Color convert

RGB 242 3 42 -
CMYK 0 0.99 0.83 0.05
HSL 350.21º 0.98% 0.48% -
HSV(B) 350.21º 0.99% 0.95% -
XYZ 37.07 19.11 3.93 -
YUV 78.91 107.18 244.33 -
System Red Green Blue C M Y K H S L
Decimal 242 3 42 0 0.99 0.83 0.05 350.21 0.98 0.48
Hex F2 3 2A 0 63 53 5 15E 62 30
Octal 362 3 52 0 143 123 5 536 142 60
Binary 11110010 11 101010 0 1100011 1010011 101 101011110 1100010 110000

Color Harmonies of #F2032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2032A

Black with #F2032A

Text Example


Text Example

White with #F2032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2032A; }

 p { color: rgb(242,3,42); }

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

background-color css

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

 a { background-color: rgb(242,3,42); }

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

border-color css

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

 span { border-color: rgb(242,3,42); }

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