Html Css Color HEX #F00345 Torch Red

📋 copy color: '#F00345'

red 240 ◦ green 3 ◦ blue 69

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

Shades of Torch Red #F00345

Tints of Torch Red #F00345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 76.92%
G = 0.96%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F00345 (or 0xF00345) is known color: Torch Red. HEX triplet: F0, 03 and 45. RGB value is (240,3,69). Sum of RGB (Red+Green+Blue) = 240+3+69=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F00345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00345 is #0FFCBA. Grayscale: #515151. Windows color (decimal): -1047739 or 4522992. OLE color: 4522992.

HSL color Cylindrical-coordinate representation of color #F00345: hue angle of 343.29º 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 #F00345 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 3 69 -
CMYK 0 0.99 0.71 0.06
HSL 343.29º 0.98% 0.48% -
HSV(B) 343.29º 0.99% 0.94% -
XYZ 37.04 19.02 7.35 -
YUV 81.39 121.02 241.13 -
System Red Green Blue C M Y K H S L
Decimal 240 3 69 0 0.99 0.71 0.06 343.29 0.98 0.48
Hex F0 3 45 0 63 47 6 157 62 30
Octal 360 3 105 0 143 107 6 527 142 60
Binary 11110000 11 1000101 0 1100011 1000111 110 101010111 1100010 110000

Color Harmonies of #F00345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00345

Black with #F00345

Text Example


Text Example

White with #F00345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00345; }

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

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

background-color css

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

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

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

border-color css

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

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

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