Html Css Color HEX #FA0C33 Torch Red

📋 copy color: '#FA0C33'

red 250 ◦ green 12 ◦ blue 51

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

Shades of Torch Red #FA0C33

Tints of Torch Red #FA0C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.83%

 BLUE value IS 51 (20.31% from 255) = 16.29%

R = 79.87%
G = 3.83%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA0C33 (or 0xFA0C33) is known color: Torch Red. HEX triplet: FA, 0C and 33. RGB value is (250,12,51). Sum of RGB (Red+Green+Blue) = 250+12+51=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0C33 is #05F3CC. Grayscale: #575757. Windows color (decimal): -390093 or 3345658. OLE color: 3345658.

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

Color convert

RGB 250 12 51 -
CMYK 0 0.95 0.80 0.02
HSL 350.17º 0.96% 0.51% -
HSV(B) 350.17º 0.95% 0.98% -
XYZ 40.15 20.83 5.04 -
YUV 87.61 107.35 243.83 -
System Red Green Blue C M Y K H S L
Decimal 250 12 51 0 0.95 0.80 0.02 350.17 0.96 0.51
Hex FA C 33 0 5F 50 2 15E 60 33
Octal 372 14 63 0 137 120 2 536 140 63
Binary 11111010 1100 110011 0 1011111 1010000 10 101011110 1100000 110011

Color Harmonies of #FA0C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C33

Black with #FA0C33

Text Example


Text Example

White with #FA0C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C33; }

 p { color: rgb(250,12,51); }

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

background-color css

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

 a { background-color: rgb(250,12,51); }

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

border-color css

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

 span { border-color: rgb(250,12,51); }

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