Html Css Color HEX #FA0717 Torch Red

📋 copy color: '#FA0717'

red 250 ◦ green 7 ◦ blue 23

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

Shades of Torch Red #FA0717

Tints of Torch Red #FA0717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.5%

 BLUE value IS 23 (9.38% from 255) = 8.21%

R = 89.29%
G = 2.5%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA0717 (or 0xFA0717) is known color: Torch Red. HEX triplet: FA, 07 and 17. RGB value is (250,7,23). Sum of RGB (Red+Green+Blue) = 250+7+23=280 (37% of max value = 765). Red value is 250 (98.05% from 255 or 89.29% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0717 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0717 is #05F8E8. Grayscale: #515151. Windows color (decimal): -391401 or 1509370. OLE color: 1509370.

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

Color convert

RGB 250 7 23 -
CMYK 0 0.97 0.91 0.02
HSL 356.05º 0.96% 0.5% -
HSV(B) 356.05º 0.97% 0.98% -
XYZ 39.65 20.54 2.68 -
YUV 81.48 95.01 248.2 -
System Red Green Blue C M Y K H S L
Decimal 250 7 23 0 0.97 0.91 0.02 356.05 0.96 0.5
Hex FA 7 17 0 61 5B 2 164 60 32
Octal 372 7 27 0 141 133 2 544 140 62
Binary 11111010 111 10111 0 1100001 1011011 10 101100100 1100000 110010

Color Harmonies of #FA0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0717

Black with #FA0717

Text Example


Text Example

White with #FA0717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0717; }

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

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

background-color css

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

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

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

border-color css

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

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

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