Html Css Color HEX #FA153D Torch Red

📋 copy color: '#FA153D'

red 250 ◦ green 21 ◦ blue 61

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

Shades of Torch Red #FA153D

Tints of Torch Red #FA153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.33%

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 75.3%
G = 6.33%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA153D (or 0xFA153D) is known color: Torch Red. HEX triplet: FA, 15 and 3D. RGB value is (250,21,61). Sum of RGB (Red+Green+Blue) = 250+21+61=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA153D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA153D is #05EAC2. Grayscale: #5E5E5E. Windows color (decimal): -387779 or 4003322. OLE color: 4003322.

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

Color convert

RGB 250 21 61 -
CMYK 0 0.92 0.76 0.02
HSL 349.52º 0.96% 0.53% -
HSV(B) 349.52º 0.92% 0.98% -
XYZ 40.53 21.2 6.37 -
YUV 94.03 109.37 239.25 -
System Red Green Blue C M Y K H S L
Decimal 250 21 61 0 0.92 0.76 0.02 349.52 0.96 0.53
Hex FA 15 3D 0 5C 4C 2 15E 60 35
Octal 372 25 75 0 134 114 2 536 140 65
Binary 11111010 10101 111101 0 1011100 1001100 10 101011110 1100000 110101

Color Harmonies of #FA153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA153D

Black with #FA153D

Text Example


Text Example

White with #FA153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA153D; }

 p { color: rgb(250,21,61); }

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

background-color css

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

 a { background-color: rgb(250,21,61); }

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

border-color css

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

 span { border-color: rgb(250,21,61); }

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