Html Css Color HEX #F00425 Torch Red

📋 copy color: '#F00425'

red 240 ◦ green 4 ◦ blue 37

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

Shades of Torch Red #F00425

Tints of Torch Red #F00425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 37 (14.84% from 255) = 13.17%

R = 85.41%
G = 1.42%
B = 13.17%

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

#F00425 (or 0xF00425) is known color: Torch Red. HEX triplet: F0, 04 and 25. RGB value is (240,4,37). Sum of RGB (Red+Green+Blue) = 240+4+37=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F00425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00425 is #0FFBDA. Grayscale: #4E4E4E. Windows color (decimal): -1047515 or 2426096. OLE color: 2426096.

HSL color Cylindrical-coordinate representation of color #F00425: hue angle of 351.61º degrees, saturation: 0.97, 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 #F00425 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 37 -
CMYK 0 0.98 0.85 0.06
HSL 351.61º 0.97% 0.48% -
HSV(B) 351.61º 0.98% 0.94% -
XYZ 36.31 18.75 3.45 -
YUV 78.33 104.69 243.32 -
System Red Green Blue C M Y K H S L
Decimal 240 4 37 0 0.98 0.85 0.06 351.61 0.97 0.48
Hex F0 4 25 0 62 55 6 160 61 30
Octal 360 4 45 0 142 125 6 540 141 60
Binary 11110000 100 100101 0 1100010 1010101 110 101100000 1100001 110000

Color Harmonies of #F00425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00425

Black with #F00425

Text Example


Text Example

White with #F00425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00425; }

 p { color: rgb(240,4,37); }

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

background-color css

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

 a { background-color: rgb(240,4,37); }

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

border-color css

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

 span { border-color: rgb(240,4,37); }

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