Html Css Color HEX #F00023 Torch Red

📋 copy color: '#F00023'

red 240 ◦ green 0 ◦ blue 35

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

Shades of Torch Red #F00023

Tints of Torch Red #F00023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.73%

R = 87.27%
G = 0%
B = 12.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F00023 (or 0xF00023) is known color: Torch Red. HEX triplet: F0, 00 and 23. RGB value is (240,0,35). Sum of RGB (Red+Green+Blue) = 240+0+35=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F00023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00023 is #0FFFDC. Grayscale: #4B4B4B. Windows color (decimal): -1048541 or 2294000. OLE color: 2294000.

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

Color convert

RGB 240 0 35 -
CMYK 0 1 0.85 0.06
HSL 351.25º 1% 0.47% -
HSV(B) 351.25º 1% 0.94% -
XYZ 36.24 18.65 3.28 -
YUV 75.75 105.01 245.15 -
System Red Green Blue C M Y K H S L
Decimal 240 0 35 0 1 0.85 0.06 351.25 1 0.47
Hex F0 0 23 0 64 55 6 15F 64 2F
Octal 360 0 43 0 144 125 6 537 144 57
Binary 11110000 0 100011 0 1100100 1010101 110 101011111 1100100 101111

Color Harmonies of #F00023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00023

Black with #F00023

Text Example


Text Example

White with #F00023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00023; }

 p { color: rgb(240,0,35); }

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

background-color css

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

 a { background-color: rgb(240,0,35); }

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

border-color css

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

 span { border-color: rgb(240,0,35); }

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