Html Css Color HEX #FA1E25 Torch Red

📋 copy color: '#FA1E25'

red 250 ◦ green 30 ◦ blue 37

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

Shades of Torch Red #FA1E25

Tints of Torch Red #FA1E25

RGB

 RED value IS 250 (98.05% from 255) = 78.86%

 GREEN value IS 30 (12.11% from 255) = 9.46%

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

R = 78.86%
G = 9.46%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA1E25 (or 0xFA1E25) is known color: Torch Red. HEX triplet: FA, 1E and 25. RGB value is (250,30,37). Sum of RGB (Red+Green+Blue) = 250+30+37=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E25 is #05E1DA. Grayscale: #606060. Windows color (decimal): -385499 or 2432762. OLE color: 2432762.

HSL color Cylindrical-coordinate representation of color #FA1E25: hue angle of 358.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1E25 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 30 37 -
CMYK 0 0.88 0.85 0.02
HSL 358.09º 0.96% 0.55% -
HSV(B) 358.09º 0.88% 0.98% -
XYZ 40.22 21.39 3.76 -
YUV 96.58 94.39 237.43 -
System Red Green Blue C M Y K H S L
Decimal 250 30 37 0 0.88 0.85 0.02 358.09 0.96 0.55
Hex FA 1E 25 0 58 55 2 166 60 37
Octal 372 36 45 0 130 125 2 546 140 67
Binary 11111010 11110 100101 0 1011000 1010101 10 101100110 1100000 110111

Color Harmonies of #FA1E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E25

Black with #FA1E25

Text Example


Text Example

White with #FA1E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E25; }

 p { color: rgb(250,30,37); }

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

background-color css

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

 a { background-color: rgb(250,30,37); }

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

border-color css

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

 span { border-color: rgb(250,30,37); }

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