Html Css Color HEX #FA0C17 Torch Red

📋 copy color: '#FA0C17'

red 250 ◦ green 12 ◦ blue 23

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

Shades of Torch Red #FA0C17

Tints of Torch Red #FA0C17

RGB

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

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

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

R = 87.72%
G = 4.21%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA0C17 (or 0xFA0C17) is known color: Torch Red. HEX triplet: FA, 0C and 17. RGB value is (250,12,23). Sum of RGB (Red+Green+Blue) = 250+12+23=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0C17 is #05F3E8. Grayscale: #545454. Windows color (decimal): -390121 or 1510650. OLE color: 1510650.

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

Color convert

RGB 250 12 23 -
CMYK 0 0.95 0.91 0.02
HSL 357.23º 0.96% 0.51% -
HSV(B) 357.23º 0.95% 0.98% -
XYZ 39.71 20.65 2.7 -
YUV 84.42 93.35 246.11 -
System Red Green Blue C M Y K H S L
Decimal 250 12 23 0 0.95 0.91 0.02 357.23 0.96 0.51
Hex FA C 17 0 5F 5B 2 165 60 33
Octal 372 14 27 0 137 133 2 545 140 63
Binary 11111010 1100 10111 0 1011111 1011011 10 101100101 1100000 110011

Color Harmonies of #FA0C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0C17

Black with #FA0C17

Text Example


Text Example

White with #FA0C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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