Html Css Color HEX #F00923 Torch Red

📋 copy color: '#F00923'

red 240 ◦ green 9 ◦ blue 35

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

Shades of Torch Red #F00923

Tints of Torch Red #F00923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

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

R = 84.51%
G = 3.17%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F00923 (or 0xF00923) is known color: Torch Red. HEX triplet: F0, 09 and 23. RGB value is (240,9,35). Sum of RGB (Red+Green+Blue) = 240+9+35=284 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.51% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 240 - color contains mainly: red. Hex color #F00923 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00923 is #0FF6DC. Grayscale: #515151. Windows color (decimal): -1046237 or 2296304. OLE color: 2296304.

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

Color convert

RGB 240 9 35 -
CMYK 0 0.96 0.85 0.06
HSL 353.25º 0.93% 0.49% -
HSV(B) 353.25º 0.96% 0.94% -
XYZ 36.34 18.84 3.31 -
YUV 81.03 102.03 241.39 -
System Red Green Blue C M Y K H S L
Decimal 240 9 35 0 0.96 0.85 0.06 353.25 0.93 0.49
Hex F0 9 23 0 60 55 6 161 5D 31
Octal 360 11 43 0 140 125 6 541 135 61
Binary 11110000 1001 100011 0 1100000 1010101 110 101100001 1011101 110001

Color Harmonies of #F00923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00923

Black with #F00923

Text Example


Text Example

White with #F00923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00923; }

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

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

background-color css

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

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

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

border-color css

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

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

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