Html Css Color HEX #FA1C30 Torch Red

📋 copy color: '#FA1C30'

red 250 ◦ green 28 ◦ blue 48

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

Shades of Torch Red #FA1C30

Tints of Torch Red #FA1C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

 BLUE value IS 48 (19.14% from 255) = 14.72%

R = 76.69%
G = 8.59%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA1C30 (or 0xFA1C30) is known color: Torch Red. HEX triplet: FA, 1C and 30. RGB value is (250,28,48). Sum of RGB (Red+Green+Blue) = 250+28+48=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C30 is #05E3CF. Grayscale: #606060. Windows color (decimal): -386000 or 3153146. OLE color: 3153146.

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

Color convert

RGB 250 28 48 -
CMYK 0 0.89 0.81 0.02
HSL 354.59º 0.96% 0.55% -
HSV(B) 354.59º 0.89% 0.98% -
XYZ 40.37 21.37 4.79 -
YUV 96.66 100.55 237.37 -
System Red Green Blue C M Y K H S L
Decimal 250 28 48 0 0.89 0.81 0.02 354.59 0.96 0.55
Hex FA 1C 30 0 59 51 2 163 60 37
Octal 372 34 60 0 131 121 2 543 140 67
Binary 11111010 11100 110000 0 1011001 1010001 10 101100011 1100000 110111

Color Harmonies of #FA1C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1C30

Black with #FA1C30

Text Example


Text Example

White with #FA1C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1C30; }

 p { color: rgb(250,28,48); }

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

background-color css

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

 a { background-color: rgb(250,28,48); }

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

border-color css

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

 span { border-color: rgb(250,28,48); }

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