Html Css Color HEX #F00231 Torch Red

📋 copy color: '#F00231'

red 240 ◦ green 2 ◦ blue 49

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

Shades of Torch Red #F00231

Tints of Torch Red #F00231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 82.47%
G = 0.69%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F00231 (or 0xF00231) is known color: Torch Red. HEX triplet: F0, 02 and 31. RGB value is (240,2,49). Sum of RGB (Red+Green+Blue) = 240+2+49=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F00231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00231 is #0FFDCE. Grayscale: #4E4E4E. Windows color (decimal): -1048015 or 3212016. OLE color: 3212016.

HSL color Cylindrical-coordinate representation of color #F00231: hue angle of 348.15º 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 #F00231 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 49 -
CMYK 0 0.99 0.80 0.06
HSL 348.15º 0.98% 0.47% -
HSV(B) 348.15º 0.99% 0.94% -
XYZ 36.51 18.79 4.61 -
YUV 78.52 111.35 243.18 -
System Red Green Blue C M Y K H S L
Decimal 240 2 49 0 0.99 0.80 0.06 348.15 0.98 0.47
Hex F0 2 31 0 63 50 6 15C 62 2F
Octal 360 2 61 0 143 120 6 534 142 57
Binary 11110000 10 110001 0 1100011 1010000 110 101011100 1100010 101111

Color Harmonies of #F00231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00231

Black with #F00231

Text Example


Text Example

White with #F00231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00231; }

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

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

background-color css

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

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

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

border-color css

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

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

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