Html Css Color HEX #F00324 Torch Red

📋 copy color: '#F00324'

red 240 ◦ green 3 ◦ blue 36

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

Shades of Torch Red #F00324

Tints of Torch Red #F00324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 86.02%
G = 1.08%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F00324 (or 0xF00324) is known color: Torch Red. HEX triplet: F0, 03 and 24. RGB value is (240,3,36). Sum of RGB (Red+Green+Blue) = 240+3+36=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F00324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00324 is #0FFCDB. Grayscale: #4D4D4D. Windows color (decimal): -1047772 or 2360304. OLE color: 2360304.

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

Color convert

RGB 240 3 36 -
CMYK 0 0.99 0.85 0.06
HSL 351.65º 0.98% 0.48% -
HSV(B) 351.65º 0.99% 0.94% -
XYZ 36.29 18.72 3.37 -
YUV 77.63 104.52 243.82 -
System Red Green Blue C M Y K H S L
Decimal 240 3 36 0 0.99 0.85 0.06 351.65 0.98 0.48
Hex F0 3 24 0 63 55 6 160 62 30
Octal 360 3 44 0 143 125 6 540 142 60
Binary 11110000 11 100100 0 1100011 1010101 110 101100000 1100010 110000

Color Harmonies of #F00324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00324

Black with #F00324

Text Example


Text Example

White with #F00324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00324; }

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

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

background-color css

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

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

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

border-color css

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

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

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