Html Css Color HEX #FA0C2E Torch Red

📋 copy color: '#FA0C2E'

red 250 ◦ green 12 ◦ blue 46

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

Shades of Torch Red #FA0C2E

Tints of Torch Red #FA0C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 81.17%
G = 3.9%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA0C2E (or 0xFA0C2E) is known color: Torch Red. HEX triplet: FA, 0C and 2E. RGB value is (250,12,46). Sum of RGB (Red+Green+Blue) = 250+12+46=308 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.17% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0C2E is #05F3D1. Grayscale: #575757. Windows color (decimal): -390098 or 3017978. OLE color: 3017978.

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

Color convert

RGB 250 12 46 -
CMYK 0 0.95 0.82 0.02
HSL 351.43º 0.96% 0.51% -
HSV(B) 351.43º 0.95% 0.98% -
XYZ 40.05 20.78 4.49 -
YUV 87.04 104.85 244.24 -
System Red Green Blue C M Y K H S L
Decimal 250 12 46 0 0.95 0.82 0.02 351.43 0.96 0.51
Hex FA C 2E 0 5F 52 2 15F 60 33
Octal 372 14 56 0 137 122 2 537 140 63
Binary 11111010 1100 101110 0 1011111 1010010 10 101011111 1100000 110011

Color Harmonies of #FA0C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C2E

Black with #FA0C2E

Text Example


Text Example

White with #FA0C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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