Html Css Color HEX #FA222B Torch Red

📋 copy color: '#FA222B'

red 250 ◦ green 34 ◦ blue 43

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

Shades of Torch Red #FA222B

Tints of Torch Red #FA222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.4%

 BLUE value IS 43 (17.19% from 255) = 13.15%

R = 76.45%
G = 10.4%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA222B (or 0xFA222B) is known color: Torch Red. HEX triplet: FA, 22 and 2B. RGB value is (250,34,43). Sum of RGB (Red+Green+Blue) = 250+34+43=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA222B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA222B is #05DDD4. Grayscale: #636363. Windows color (decimal): -384469 or 2827002. OLE color: 2827002.

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

Color convert

RGB 250 34 43 -
CMYK 0 0.86 0.83 0.02
HSL 357.5º 0.96% 0.56% -
HSV(B) 357.5º 0.86% 0.98% -
XYZ 40.43 21.64 4.33 -
YUV 99.61 96.06 235.27 -
System Red Green Blue C M Y K H S L
Decimal 250 34 43 0 0.86 0.83 0.02 357.5 0.96 0.56
Hex FA 22 2B 0 56 53 2 166 60 38
Octal 372 42 53 0 126 123 2 546 140 70
Binary 11111010 100010 101011 0 1010110 1010011 10 101100110 1100000 111000

Color Harmonies of #FA222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA222B

Black with #FA222B

Text Example


Text Example

White with #FA222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA222B; }

 p { color: rgb(250,34,43); }

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

background-color css

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

 a { background-color: rgb(250,34,43); }

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

border-color css

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

 span { border-color: rgb(250,34,43); }

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