Html Css Color HEX #F00823 Torch Red

📋 copy color: '#F00823'

red 240 ◦ green 8 ◦ blue 35

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

Shades of Torch Red #F00823

Tints of Torch Red #F00823

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.83%

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

R = 84.81%
G = 2.83%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F00823 (or 0xF00823) is known color: Torch Red. HEX triplet: F0, 08 and 23. RGB value is (240,8,35). Sum of RGB (Red+Green+Blue) = 240+8+35=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F00823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00823 is #0FF7DC. Grayscale: #505050. Windows color (decimal): -1046493 or 2296048. OLE color: 2296048.

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

Color convert

RGB 240 8 35 -
CMYK 0 0.97 0.85 0.06
HSL 353.02º 0.94% 0.49% -
HSV(B) 353.02º 0.97% 0.94% -
XYZ 36.33 18.82 3.31 -
YUV 80.45 102.36 241.8 -
System Red Green Blue C M Y K H S L
Decimal 240 8 35 0 0.97 0.85 0.06 353.02 0.94 0.49
Hex F0 8 23 0 61 55 6 161 5E 31
Octal 360 10 43 0 141 125 6 541 136 61
Binary 11110000 1000 100011 0 1100001 1010101 110 101100001 1011110 110001

Color Harmonies of #F00823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00823

Black with #F00823

Text Example


Text Example

White with #F00823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00823; }

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

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

background-color css

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

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

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

border-color css

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

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

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