Html Css Color HEX #F00229 Torch Red

📋 copy color: '#F00229'

red 240 ◦ green 2 ◦ blue 41

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

Shades of Torch Red #F00229

Tints of Torch Red #F00229

RGB

 RED value IS 240 (94.14% from 255) = 84.81%

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 84.81%
G = 0.71%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F00229 (or 0xF00229) is known color: Torch Red. HEX triplet: F0, 02 and 29. RGB value is (240,2,41). Sum of RGB (Red+Green+Blue) = 240+2+41=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F00229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00229 is #0FFDD6. Grayscale: #4D4D4D. Windows color (decimal): -1048023 or 2687728. OLE color: 2687728.

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

Color convert

RGB 240 2 41 -
CMYK 0 0.99 0.83 0.06
HSL 350.17º 0.98% 0.47% -
HSV(B) 350.17º 0.99% 0.94% -
XYZ 36.36 18.73 3.8 -
YUV 77.61 107.35 243.83 -
System Red Green Blue C M Y K H S L
Decimal 240 2 41 0 0.99 0.83 0.06 350.17 0.98 0.47
Hex F0 2 29 0 63 53 6 15E 62 2F
Octal 360 2 51 0 143 123 6 536 142 57
Binary 11110000 10 101001 0 1100011 1010011 110 101011110 1100010 101111

Color Harmonies of #F00229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00229

Black with #F00229

Text Example


Text Example

White with #F00229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00229; }

 p { color: rgb(240,2,41); }

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

background-color css

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

 a { background-color: rgb(240,2,41); }

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

border-color css

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

 span { border-color: rgb(240,2,41); }

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