Html Css Color HEX #FA213D Torch Red

📋 copy color: '#FA213D'

red 250 ◦ green 33 ◦ blue 61

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

Shades of Torch Red #FA213D

Tints of Torch Red #FA213D

RGB

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

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

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

R = 72.67%
G = 9.59%
B = 17.73%

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

#FA213D (or 0xFA213D) is known color: Torch Red. HEX triplet: FA, 21 and 3D. RGB value is (250,33,61). Sum of RGB (Red+Green+Blue) = 250+33+61=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA213D is #05DEC2. Grayscale: #656565. Windows color (decimal): -384707 or 4006394. OLE color: 4006394.

HSL color Cylindrical-coordinate representation of color #FA213D: hue angle of 352.26º 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 #FA213D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 33 61 -
CMYK 0 0.87 0.76 0.02
HSL 352.26º 0.96% 0.55% -
HSV(B) 352.26º 0.87% 0.98% -
XYZ 40.81 21.75 6.46 -
YUV 101.08 105.39 234.22 -
System Red Green Blue C M Y K H S L
Decimal 250 33 61 0 0.87 0.76 0.02 352.26 0.96 0.55
Hex FA 21 3D 0 57 4C 2 160 60 37
Octal 372 41 75 0 127 114 2 540 140 67
Binary 11111010 100001 111101 0 1010111 1001100 10 101100000 1100000 110111

Color Harmonies of #FA213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA213D

Black with #FA213D

Text Example


Text Example

White with #FA213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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