Html Css Color HEX #F00624 Torch Red

📋 copy color: '#F00624'

red 240 ◦ green 6 ◦ blue 36

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

Shades of Torch Red #F00624

Tints of Torch Red #F00624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

 BLUE value IS 36 (14.45% from 255) = 12.77%

R = 85.11%
G = 2.13%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F00624 (or 0xF00624) is known color: Torch Red. HEX triplet: F0, 06 and 24. RGB value is (240,6,36). Sum of RGB (Red+Green+Blue) = 240+6+36=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F00624 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00624 is #0FF9DB. Grayscale: #4F4F4F. Windows color (decimal): -1047004 or 2361072. OLE color: 2361072.

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

Color convert

RGB 240 6 36 -
CMYK 0 0.98 0.85 0.06
HSL 352.31º 0.95% 0.48% -
HSV(B) 352.31º 0.98% 0.94% -
XYZ 36.32 18.78 3.38 -
YUV 79.39 103.52 242.56 -
System Red Green Blue C M Y K H S L
Decimal 240 6 36 0 0.98 0.85 0.06 352.31 0.95 0.48
Hex F0 6 24 0 62 55 6 160 5F 30
Octal 360 6 44 0 142 125 6 540 137 60
Binary 11110000 110 100100 0 1100010 1010101 110 101100000 1011111 110000

Color Harmonies of #F00624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00624

Black with #F00624

Text Example


Text Example

White with #F00624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00624; }

 p { color: rgb(240,6,36); }

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

background-color css

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

 a { background-color: rgb(240,6,36); }

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

border-color css

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

 span { border-color: rgb(240,6,36); }

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