Html Css Color HEX #F01023 Torch Red

📋 copy color: '#F01023'

red 240 ◦ green 16 ◦ blue 35

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

Shades of Torch Red #F01023

Tints of Torch Red #F01023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

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

R = 82.47%
G = 5.5%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F01023 (or 0xF01023) is known color: Torch Red. HEX triplet: F0, 10 and 23. RGB value is (240,16,35). Sum of RGB (Red+Green+Blue) = 240+16+35=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F01023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01023 is #0FEFDC. Grayscale: #555555. Windows color (decimal): -1044445 or 2298096. OLE color: 2298096.

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

Color convert

RGB 240 16 35 -
CMYK 0 0.93 0.85 0.06
HSL 354.91º 0.88% 0.5% -
HSV(B) 354.91º 0.93% 0.94% -
XYZ 36.42 19.02 3.34 -
YUV 85.14 99.71 238.46 -
System Red Green Blue C M Y K H S L
Decimal 240 16 35 0 0.93 0.85 0.06 354.91 0.88 0.5
Hex F0 10 23 0 5D 55 6 163 58 32
Octal 360 20 43 0 135 125 6 543 130 62
Binary 11110000 10000 100011 0 1011101 1010101 110 101100011 1011000 110010

Color Harmonies of #F01023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01023

Black with #F01023

Text Example


Text Example

White with #F01023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01023; }

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

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

background-color css

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

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

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

border-color css

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

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

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