Html Css Color HEX #FA233A Torch Red

📋 copy color: '#FA233A'

red 250 ◦ green 35 ◦ blue 58

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

Shades of Torch Red #FA233A

Tints of Torch Red #FA233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.2%

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 72.89%
G = 10.2%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA233A (or 0xFA233A) is known color: Torch Red. HEX triplet: FA, 23 and 3A. RGB value is (250,35,58). Sum of RGB (Red+Green+Blue) = 250+35+58=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA233A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA233A is #05DCC5. Grayscale: #666666. Windows color (decimal): -384198 or 3810298. OLE color: 3810298.

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

Color convert

RGB 250 35 58 -
CMYK 0 0.86 0.77 0.02
HSL 353.58º 0.96% 0.56% -
HSV(B) 353.58º 0.86% 0.98% -
XYZ 40.79 21.83 6.07 -
YUV 101.91 103.23 233.63 -
System Red Green Blue C M Y K H S L
Decimal 250 35 58 0 0.86 0.77 0.02 353.58 0.96 0.56
Hex FA 23 3A 0 56 4D 2 162 60 38
Octal 372 43 72 0 126 115 2 542 140 70
Binary 11111010 100011 111010 0 1010110 1001101 10 101100010 1100000 111000

Color Harmonies of #FA233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA233A

Black with #FA233A

Text Example


Text Example

White with #FA233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA233A; }

 p { color: rgb(250,35,58); }

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

background-color css

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

 a { background-color: rgb(250,35,58); }

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

border-color css

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

 span { border-color: rgb(250,35,58); }

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