Html Css Color HEX #FA213C Torch Red

📋 copy color: '#FA213C'

red 250 ◦ green 33 ◦ blue 60

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

Shades of Torch Red #FA213C

Tints of Torch Red #FA213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.62%

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 72.89%
G = 9.62%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA213C (or 0xFA213C) is known color: Torch Red. HEX triplet: FA, 21 and 3C. RGB value is (250,33,60). Sum of RGB (Red+Green+Blue) = 250+33+60=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA213C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA213C is #05DEC3. Grayscale: #656565. Windows color (decimal): -384708 or 3940858. OLE color: 3940858.

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

Color convert

RGB 250 33 60 -
CMYK 0 0.87 0.76 0.02
HSL 352.53º 0.96% 0.55% -
HSV(B) 352.53º 0.87% 0.98% -
XYZ 40.78 21.74 6.32 -
YUV 100.96 104.89 234.3 -
System Red Green Blue C M Y K H S L
Decimal 250 33 60 0 0.87 0.76 0.02 352.53 0.96 0.55
Hex FA 21 3C 0 57 4C 2 161 60 37
Octal 372 41 74 0 127 114 2 541 140 67
Binary 11111010 100001 111100 0 1010111 1001100 10 101100001 1100000 110111

Color Harmonies of #FA213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA213C

Black with #FA213C

Text Example


Text Example

White with #FA213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA213C; }

 p { color: rgb(250,33,60); }

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

background-color css

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

 a { background-color: rgb(250,33,60); }

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

border-color css

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

 span { border-color: rgb(250,33,60); }

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