Html Css Color HEX #FA2135 Torch Red

📋 copy color: '#FA2135'

red 250 ◦ green 33 ◦ blue 53

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

Shades of Torch Red #FA2135

Tints of Torch Red #FA2135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.77%

R = 74.4%
G = 9.82%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA2135 (or 0xFA2135) is known color: Torch Red. HEX triplet: FA, 21 and 35. RGB value is (250,33,53). Sum of RGB (Red+Green+Blue) = 250+33+53=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2135 is #05DECA. Grayscale: #646464. Windows color (decimal): -384715 or 3482106. OLE color: 3482106.

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

Color convert

RGB 250 33 53 -
CMYK 0 0.87 0.79 0.02
HSL 354.47º 0.96% 0.55% -
HSV(B) 354.47º 0.87% 0.98% -
XYZ 40.61 21.67 5.41 -
YUV 100.16 101.39 234.87 -
System Red Green Blue C M Y K H S L
Decimal 250 33 53 0 0.87 0.79 0.02 354.47 0.96 0.55
Hex FA 21 35 0 57 4F 2 162 60 37
Octal 372 41 65 0 127 117 2 542 140 67
Binary 11111010 100001 110101 0 1010111 1001111 10 101100010 1100000 110111

Color Harmonies of #FA2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2135

Black with #FA2135

Text Example


Text Example

White with #FA2135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2135; }

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

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

background-color css

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

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

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

border-color css

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

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

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