Html Css Color HEX #FA0307 Torch Red

📋 copy color: '#FA0307'

red 250 ◦ green 3 ◦ blue 7

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

Shades of Torch Red #FA0307

Tints of Torch Red #FA0307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 7 (3.13% from 255) = 2.69%

R = 96.15%
G = 1.15%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA0307 (or 0xFA0307) is known color: Torch Red. HEX triplet: FA, 03 and 07. RGB value is (250,3,7). Sum of RGB (Red+Green+Blue) = 250+3+7=260 (34% of max value = 765). Red value is 250 (98.05% from 255 or 96.15% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0307 is #05FCF8. Grayscale: #4D4D4D. Windows color (decimal): -392441 or 459770. OLE color: 459770.

HSL color Cylindrical-coordinate representation of color #FA0307: hue angle of 359.03º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 3 7 -
CMYK 0 0.99 0.97 0.02
HSL 359.03º 0.98% 0.5% -
HSV(B) 359.03º 0.99% 0.98% -
XYZ 39.5 20.4 2.06 -
YUV 77.31 88.33 251.17 -
System Red Green Blue C M Y K H S L
Decimal 250 3 7 0 0.99 0.97 0.02 359.03 0.98 0.5
Hex FA 3 7 0 63 61 2 167 62 32
Octal 372 3 7 0 143 141 2 547 142 62
Binary 11111010 11 111 0 1100011 1100001 10 101100111 1100010 110010

Color Harmonies of #FA0307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0307

Black with #FA0307

Text Example


Text Example

White with #FA0307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0307; }

 p { color: rgb(250,3,7); }

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

background-color css

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

 a { background-color: rgb(250,3,7); }

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

border-color css

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

 span { border-color: rgb(250,3,7); }

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