Html Css Color HEX #F2002D Torch Red

📋 copy color: '#F2002D'

red 242 ◦ green 0 ◦ blue 45

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

Shades of Torch Red #F2002D

Tints of Torch Red #F2002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 84.32%
G = 0%
B = 15.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2002D (or 0xF2002D) is known color: Torch Red. HEX triplet: F2, 00 and 2D. RGB value is (242,0,45). Sum of RGB (Red+Green+Blue) = 242+0+45=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F2002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2002D is #0DFFD2. Grayscale: #4D4D4D. Windows color (decimal): -917459 or 2949362. OLE color: 2949362.

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

Color convert

RGB 242 0 45 -
CMYK 0 1 0.81 0.05
HSL 348.84º 1% 0.47% -
HSV(B) 348.84º 1% 0.95% -
XYZ 37.09 19.07 4.21 -
YUV 77.49 109.67 245.34 -
System Red Green Blue C M Y K H S L
Decimal 242 0 45 0 1 0.81 0.05 348.84 1 0.47
Hex F2 0 2D 0 64 51 5 15D 64 2F
Octal 362 0 55 0 144 121 5 535 144 57
Binary 11110010 0 101101 0 1100100 1010001 101 101011101 1100100 101111

Color Harmonies of #F2002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2002D

Black with #F2002D

Text Example


Text Example

White with #F2002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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