Html Css Color HEX #F2001D Torch Red

📋 copy color: '#F2001D'

red 242 ◦ green 0 ◦ blue 29

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

Shades of Torch Red #F2001D

Tints of Torch Red #F2001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 89.3%
G = 0%
B = 10.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2001D (or 0xF2001D) is known color: Torch Red. HEX triplet: F2, 00 and 1D. RGB value is (242,0,29). Sum of RGB (Red+Green+Blue) = 242+0+29=271 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.30% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 242 - color contains mainly: red. Hex color #F2001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2001D is #0DFFE2. Grayscale: #4B4B4B. Windows color (decimal): -917475 or 1900786. OLE color: 1900786.

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

Color convert

RGB 242 0 29 -
CMYK 0 1 0.88 0.05
HSL 352.81º 1% 0.47% -
HSV(B) 352.81º 1% 0.95% -
XYZ 36.84 18.97 2.88 -
YUV 75.66 101.67 246.64 -
System Red Green Blue C M Y K H S L
Decimal 242 0 29 0 1 0.88 0.05 352.81 1 0.47
Hex F2 0 1D 0 64 58 5 161 64 2F
Octal 362 0 35 0 144 130 5 541 144 57
Binary 11110010 0 11101 0 1100100 1011000 101 101100001 1100100 101111

Color Harmonies of #F2001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2001D

Black with #F2001D

Text Example


Text Example

White with #F2001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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